2016-04-22 66 views
1

我試圖在wamp 64上運行ssl。我已經從網站下載並安裝了Openssl「Win64 OpenSSL v1.0.2g」:http://slproweb.com/products/Win32OpenSSL.html在wamp64上啓用ssl

當我嘗試生成從CMD私鑰(openssl genrsa -aes256 -out private.key 2048)我得到這個錯誤:

the ordinal 372 could not be located in the dynamic link library C:\wamp64\bin\apache\apache2.4.17\bin\openssl.exe.

任何幫助嗎?

+0

Stack Overflow是一個編程和開發問題的網站。這個問題似乎與題目無關,因爲它不涉及編程或開發。請參閱幫助中心的[我可以詢問哪些主題](http://stackoverflow.com/help/on-topic)。也許[超級用戶](http://superuser.com/)或[Unix&Linux堆棧交換](http://unix.stackexchange.com/)會是一個更好的地方。另請參閱[我在哪裏發佈有關Dev Ops的問題?](http://meta.stackexchange.com/q/134306)。 – jww

+1

[在wamp服務器中安裝SSL:httpd-ssl.conf中的錯誤]的可能重複(http://stackoverflow.com/questions/26236351/installation-ssl-in-wamp-server-error-in-httpd-ssl- conf)這應該對你有所幫助 – RiggsFolly

回答

0

您需要運行該命令openssl genrsa -aes256 -out private.key 2048,方法是更改​​cmd中存在openssl.exe文件的目錄。我會建議您使用openssl genrsa -out private.key 2048命令