> Hi everyone, Howdy
> > I'm trying to send info with (https) SSL and my program comes > to a halt when > writing a file and sending an email. > > SSL was set up by my hosting service with an unauthenticated > certificate that > I had them set up for demo purposes. Does this have > something to do with it? > Or is it a security problem unrelated to the fact that it's > in demo mode? Well since there's lots going on it will help you to find out where it's failing. Try doing it in steps: Via https try: 1) Printing a simple hello world type script 2) add the file writing part 3) add the emailing part And use strict, warnings and perhaps use CGI::Carp qw(fatalsToBrowser); Also any logs may be very helpful for you. HTH DMuey > > I'm trying to learn more about SSL. Does anyone have some good leads? > > Thanks! > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>