SSL for PHP on Windows Server 2003
- by otobrglez
Hi All!
I have Windows Server 2003 R2 with Apache 2.2.4 and PHP 5.2.6.
I want to access pages over https (SSL).
And i get this error (Zend Framework GData):
Unable to find the socket transport "ssl" - enter code here did you forget to enable it when you configured PHP?
So what i did. I went to php.ini and i uncomented the line
extension=php_openssl.dll
I also installed Win32 OpenSSL.
But nothing works. What sould i do?