[PHP] PHP socket connections with SSL

2002-10-08 Thread Darren Gamble
Good day, I'm trying to create a PHP app to connect to a remote port that uses SSL. According to the documentation for fsockopen() ... As of PHP 4.3.0, if you have compiled in OpenSSL support, you may prefix the hostname with either 'ssl://' or 'tls://' to use an SSL or TLS client connection

Re: [PHP] PHP socket connections with SSL

2002-10-08 Thread Marco Tabini
Hi Darren-- 4.3 is not out yet; the reference is to the current CVS version (which will, eventually, become 4.3, I suppose), which you can check out and use, although it is not an official release and will therefore probably be a bit unstable (I've been running it on my dev server for a while