0

ローカル ホストの WAMP サーバーに SSL を追加しました。http url を要求するとすべてが正常に機能しますが、https url を要求すると、すべての外部インクルード ファイルに対して 501 実装されていないというエラー メッセージが返されます。images/js/css ファイル。

任意の救済策。

Web サイトから WAMP Server 2.4 の最新バージョンを使用しています。URL http://forum.wampserver.com/read.php?2,32986 ssl に従って SSL 設定を行いましたが、リソースは上記のようにロードされます。

4

1 に答える 1

0

I found the issue and fixed it.

For those who stuck with same issue.

One more major issue with Wamp 2.4 is that Resources ie. .css, .js and image files don't load even after all configuration. To solve the issue kindly do the following:

download and install 1.0.1e openssl from http://slproweb.com/products/Win32OpenSSL.html

then find the files in the installed directory:

bin\openssl.cfg (replace with confg\openssl.cnf after renaming the .cfg file to .cnf) bin\libeay32.dll bin\ssleay32.dll bin\openssl.exe

Stop the server and replace those files and enjoy!

于 2013-10-31T02:29:02.087 に答える