Re: SSL/HTTPS Stream.

2005-05-30 Thread Joseph Oreste Bruni
This is also a function of your web server. If you are running Apache you can use "mod_ssl". On May 28, 2005, at 7:47 AM, David wrote: Hello. I am trying to connect to a secure (https) webserver using PHP. The problem is that PHP needs to have https as a registered stream (which it does

SSL/HTTPS Stream.

2005-05-30 Thread David
Hello.   I am trying to connect to a secure (https) webserver using PHP.  The problem is that PHP needs to have https as a registered stream (which it doesnt).  I have installed OpenSSL, and enabled the extensions in PHP.   Can I assume that OpenSSL doesnt add https as a registered stream, o