Hi all,
Is there a possible way to communicate, using PHP, to another SSL socket?
What I'm trying to do is this: We have came up with a custom-written server daemon and it accepts SSL sockets. A PHP program must be able to connect to this SSL socket. So far (4.0.6) the OpenSSL functions in PHP may only seal and decrypt data, but not able to connect to this SSL socket.
Thanks for your help,
Bill