Using SSL socket in PHP under Windows
Programming and Web Development
PHP
ProblemIf you try to open a socket (fsockopen, pfsockopen) with SSL in PHP 4.x under Windows, the operation might fail with the following message: Warning: fsockopen(): no SSL support in this buildThis problem occurs even if phpinfo() shows openssl as loaded ...