WAMP3 PHP 5.6.16 OpenSSL Not work
Posted by: memory99 (---.89.172-148.dynamic.3bb.co.th)
Date: June 24, 2016 05:43AM

php try cmd "php -m" found openssl
but cannot setting open ssl on apache

File http.conf
i cannot uncomment LoadModule..../mod_ssl.so

File httpd-vhosts.conf
i cannot write in file
SSLEngine on
SSLCertificateKeyFile....

Options: ReplyQuote
Re: WAMP3 PHP 5.6.16 OpenSSL Not work
Posted by: memory99 (---.89.172-148.dynamic.3bb.co.th)
Date: June 24, 2016 05:57AM

WAMP 2.5 file ssleay32.dll and libeay32.dll is application extension but in WAMP 3 is .symlink

because file extension dll file ?

Options: ReplyQuote
Re: WAMP3 PHP 5.6.16 OpenSSL Not work
Posted by: memory99 (---.89.172-148.dynamic.3bb.co.th)
Date: June 24, 2016 06:38AM

i success
it need upgrade file ssleay32.dll, libeay32.dll and openssl.dll

php -m "check modules"
edit file httpd.conf uncomment loadmodule...open_ssl.so and testing by httpd.exe -t found error
httpd.exe.........into server: the operating system cannot run 1%

research found: [www.jerc.si]

and fix success

Options: ReplyQuote
Re: WAMP3 PHP 5.6.16 OpenSSL Not work
Posted by: Otomatic (Moderator)
Date: June 24, 2016 02:29PM

Hi,

This is entirely normal!
In the same environment Apache, PHP and MySQL, you can not mix PHP extensions or Apache modules 32 and 64 bit.
Everything must be 32 bit or everything must be 64 bit.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.