if you install wampserver3.0.6_x64_apache2.4.23_mysql5.7.14_php5.6.25-7.0.10.exe
When you try to execute in window 10 apache\apache2.4.23\bin>openssl.exe genrsa -des3 -out server.key 1024
you got error: ordinal 372 could not be located in the dynamic link library
if you uncomment LoadModule ssl_module modules/mod_ssl.so in httpd.conf and test it
apache\apache2.4.23\bin/httpd -t
httpd.exe: Syntax error on line 184 of C:/w...../apache2.4.23/conf/httpd.conf:
Cannot load modules/mod_ssl.so into server: The specified module could not be found.
Read this is not from me [stackoverflow.com]
the libeay32.dll and ssleay32.dll are in this package
[www.apachelounge.com]
good chance.
When you try to execute in window 10 apache\apache2.4.23\bin>openssl.exe genrsa -des3 -out server.key 1024
you got error: ordinal 372 could not be located in the dynamic link library
if you uncomment LoadModule ssl_module modules/mod_ssl.so in httpd.conf and test it
apache\apache2.4.23\bin/httpd -t
httpd.exe: Syntax error on line 184 of C:/w...../apache2.4.23/conf/httpd.conf:
Cannot load modules/mod_ssl.so into server: The specified module could not be found.
Read this is not from me [stackoverflow.com]
the libeay32.dll and ssleay32.dll are in this package
[www.apachelounge.com]
good chance.