Wamp2 and “The ordinal 942 could not be located in the dynamic link library LIBEAY.dll”

后端 未结 2 1158
我在风中等你
我在风中等你 2020-12-10 13:29

I want to learn to use SSL with Wamp, and I am using the article Wamp2 HTTPS and SSL Setup Step-by-Step guide. When I type in the command openssl genrsa -des3 -out ser

相关标签:
2条回答
  • 2020-12-10 14:09

    I have downloaded the latest openSSL and copied openssl.exe, libeay32.dll,ssleay32.dll to this location C:\wamp\bin\apache\Apache2.2.17\bin

    It is working without errors. Thanks guys

    0 讨论(0)
  • 2020-12-10 14:14

    Another application on your computer is using a different version of OpenSSL, and it has installed older library files. Download OpenSSL, unzip it and run it from that directory.

    0 讨论(0)
提交回复
热议问题