Re: [PHP] Re: fsockopen/ssl

2003-08-14 Thread Wendy Reetz
AHAH! Thank you for your help. You mentioned that the private key was missing. I didn't realize I was generating a private key! (ok, I'm not new to php, but definitely new to the whole system configuration, apache, ssl side of things). So, in looking into that I found that I hadn't restarted

[PHP] Re: fsockopen/ssl

2003-08-14 Thread Scott Fletcher
Try "https://"; instead of "ssl://", this is what is normally done. As for your problem. It look like the private key when generated was too short, this can be overcomed by entering more characters at the time of the generation of hte key. But from your comments, you mentioned that from the arti

Re: [PHP] Re: fsockopen/ssl

2003-08-14 Thread Scott Fletcher
Great! Glad to hear it is working. Apache conf file can be a haunting task if we try new things as never before. "Wendy Reetz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] AHAH! Thank you for your help. You mentioned that the private key was missing. I didn't realize I was gene