I have spent hours trying to figure out how to enable SSL socket connections for IIS so I can do secure transactions.
Currently I'm running W2k Server + PHP 4.3.3 + openSSL enabled.
However when I try to do a
fsockopen ("ssl://whatever.com", port, &$errno, &$errstr, 30)
I get this error Warning: fsockopen(): no SSL support in this build.
Anyone have any ideas on how to fix this??
Alex.