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

Re: SSL != HTTPS ???

2005-04-02 Thread Thomas J. Hruska
At 05:33 PM 4/1/2005 +0200, Richard Levitte - VMS Whacker writeth: >In message <[EMAIL PROTECTED]> on Fri, 01 Apr 2005 10:10:58 -0500, Joe Flowers <[EMAIL PROTECTED]> said: > >flowers> Please help me understand what's going on. > >I think the first thing you should do is take a look at the TLS (TLS

Re: SSL != HTTPS ???

2005-04-01 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 01 Apr 2005 10:10:58 -0500, Joe Flowers <[EMAIL PROTECTED]> said: flowers> Please help me understand what's going on. I think the first thing you should do is take a look at the TLS (TLS is basically the newer version of SSL) specification, RFC 2246. It ex

SSL != HTTPS ???

2005-04-01 Thread Joe Flowers
Please help me understand what's going on. I've successfully used OpenSSL (latest released version - 0.9.7f) to communicate with a https:// site. (See my pseudo-code at the bottom of this message.) However, nowhere in my code is a public key for the https:// site specified. But, when I look at t