Wampserver:警告:无法打开配置文件:...openssl.cnf
Wampserver: WARNING: can't open config file: ...openssl.cnf
我正在按照 tutorial here 在 Wampserver 上设置 HTTPS。
我是@d:\wamp
一切顺利,直到步骤 B,它说:
Type the command:
openssl req -new -key server.key -out server.csr
该命令产生错误:
WARNING: can't open config file:
c:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
Unable to load config file info from:
C:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
我假设我需要获得 C:\vc11_deps\repo\winlibs_openssl
的副本,但我在 Google 上找不到它的踪迹,也不知道它是什么。
你知道我在哪里可以获得 C:\vc11_deps\repo\winlibs_openssl
或 winlibs_openssl
的副本吗?
编辑:我找到了https://github.com/winlibs/openssl
Edit2:我在提升的 CMD 提示符下 运行 以下命令:
set OPENSSL_CONF=d:\wamp\bin\apache\apache2.4.9\conf\openssl.cnf
然后是运行
openssl req -new -key server.key -out server.csr
再次,收到同样的错误:
WARNING: can't open config file:
c:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
Unable to load config file info from:
C:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
PHP 错误日志显示:
[14-Apr-2016 09:38:52 UTC] PHP Warning: PHP Startup: Unable to load
dynamic library 'd:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The
specified module could not be found.
[14-Apr-2016 09:38:52 UTC] PHP Warning: PHP Startup: Unable to load
dynamic library 'd:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The
specified module could not be found.
不确定这个问答是否值得,但是:
我将 D:\wamp\bin\apache\apache2.4.9\conf\openssl.cnf
复制到新创建的 C:\vc11_deps\repo\winlibs_openssl\install_x86
文件夹中,错误消失了。
我正在按照 tutorial here 在 Wampserver 上设置 HTTPS。
我是@d:\wamp
一切顺利,直到步骤 B,它说:
Type the command:
openssl req -new -key server.key -out server.csr
该命令产生错误:
WARNING: can't open config file: c:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
Unable to load config file info from: C:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
我假设我需要获得 C:\vc11_deps\repo\winlibs_openssl
的副本,但我在 Google 上找不到它的踪迹,也不知道它是什么。
你知道我在哪里可以获得 C:\vc11_deps\repo\winlibs_openssl
或 winlibs_openssl
的副本吗?
编辑:我找到了https://github.com/winlibs/openssl
Edit2:我在提升的 CMD 提示符下 运行 以下命令:
set OPENSSL_CONF=d:\wamp\bin\apache\apache2.4.9\conf\openssl.cnf
然后是运行
openssl req -new -key server.key -out server.csr
再次,收到同样的错误:
WARNING: can't open config file: c:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
Unable to load config file info from: C:\vc11_deps\repo\winlibs_openssl/install_x86/openssl.cnf
PHP 错误日志显示:
[14-Apr-2016 09:38:52 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'd:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The specified module could not be found.
[14-Apr-2016 09:38:52 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'd:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The specified module could not be found.
不确定这个问答是否值得,但是:
我将 D:\wamp\bin\apache\apache2.4.9\conf\openssl.cnf
复制到新创建的 C:\vc11_deps\repo\winlibs_openssl\install_x86
文件夹中,错误消失了。