SSL for PHP on Windows Server 2003
Posted
by otobrglez
on Server Fault
See other posts from Server Fault
or by otobrglez
Published on 2010-01-26T15:27:30Z
Indexed on
2010/04/12
15:03 UTC
Read the original article
Hit count: 603
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?
© Server Fault or respective owner