To fix the problem, two things are needed:
1) Make sure you have no symbolic links for libeay32.dll and ssleay32.dll in your Apache bin directory (For example, mine: C: \ wamp64 \ bin \ apache \ apache2.4.23 \ bin)
If you have symbolic links (i.e. file size is 0 bytes), you need to download the DLL from Apache Lounge. For example, I grabbed two .dll files from the 64-bit version of Apache 2.4.23, located at https://www.apachelounge.com/download/
2) After restoring the .dll files, you need to make sure that WampServer does not overwrite them. WampServer 3 has a script configuration that runs every time it starts. In this script, he will overwrite these. DLL with symbolic links. You must disable this functionality. To do this, comment out the links to these two files in: C: \ wamp64 \ scripts \ config.inc.php (mine were located on lines 133 and 139).
This should allow you to enable the mod_ssl module in Apache. You also need to uncomment "Enable conf / extra / httpd-ssl.conf" after Apache has loaded properly with mod_ssl enabled. (However, you will probably have to remove most of what's out there and start as long as it includes many hard-coded paths and errors)
source share