Enabling OpenSSL in WAMP

后端 未结 6 1317
孤独总比滥情好
孤独总比滥情好 2020-12-04 18:42

I installed the latest WAMP (from wampserver.com) today on my Windows 7 computer.

I have enabled SSL in PHP > PHP Extensions > php_openssl

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-04 19:05

    Wampserver with apache 2.4.4 released with wrong openssl files. All the things to do is: download and install the 1.0.1e openssl from here: http://slproweb.com/products/Win32OpenSSL.html

    Then find these files in the installed directory:

    bin\openssl.cfg

    bin\libeay32.dll

    bin\ssleay32.dll

    bin\openssl.exe

    Stop the apache server. at first, save a BACKUP of them. Then overright these files in your apache directory:

    conf\openssl.cnf->rename the cfg here

    bin\libeay32.dll

    bin\ssleay32.dll

    bin\openssl.exe

    Restart the server. Solved.

提交回复
热议问题