Cannot load modules/mod_ssl.so into server

前端 未结 2 1776
难免孤独
难免孤独 2020-12-25 15:10

I\'m trying to set SSL to my localhost server with WAMP. (https://localhost)

I followed this Youtube course: https://www.youtube.com/watch?v=TH6evGKgy20

But

2条回答
  •  无人及你
    2020-12-25 15:40

    I'd a problem with running mod_ssl on simply oldest Apache/2.4.41 version on Windows Server 2016, witch perfect works on Windows 10 Pro. Fix solution for WS2016 consist in updating to the new Apache/2.4.43 or copying mod_ssl.so from Apache/2.4.43 to Apache/2.4.41 modules.

    Note: that Update httpd 2.4.41 with OpenSSL 1.1.1.e! Make sure the run time variable OPENSSL_CONF is set. Be sure you installed latest Visual C++ Redistributable for Visual Studio 2015-2019

提交回复
热议问题