2016-04-14 13 views
3

Wampserver'da HTTPS'yi kurmak için tutorial here'u takip ediyorum. BenWampserver: UYARI: config dosyasını açamıyor: ... openssl.cnf

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

:

Type the command:

komuta
openssl req -new -key server.key -out server.csr 

hata üretir: d:\wamp

Her şey diyor Adım B, kadar çalıştı @

Benim wamp olduğunu C:\vc11_deps\repo\winlibs_openssl'un bir kopyasını almam gerektiğini varsayarsak, n Google ve ne olduğunu bilmiyorum.

C:\vc11_deps\repo\winlibs_openssl veya winlibs_openssl'un bir kopyasını nereden edinebileceğimi biliyor musunuz?

Düzenleme: Ben

Edit2https://github.com/winlibs/openssl bulundu: Ben yükseltilmiş CMD isteminde aşağıdaki komutu koştum:

set OPENSSL_CONF=d:\wamp\bin\apache\apache2.4.9\conf\openssl.cnf 

ve tekrar

openssl req -new -key server.key -out server.csr 

koştu ve aynı hatayı aldı:

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 hata günlüğü şovları:

[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.

+0

Bu son ifade "winlibs_openssl", [https://github.com/winlibs/openssl](https://github.com/winlibs/openssl] – Steve

+0

"D: \ wamp \" dosyasını kopyaladım. bin \ apache \ apache2.4.9 \ conf \ openssl.cnf' yeni oluşturulan bir 'C: \ vc11_deps \ repo \ winlibs_openssl \ install_x86' klasörüne ve hata kayboldu. – Steve

+0

Bu sorunun 2008'den beri görmediniz mi? – RiggsFolly

cevap

3

bu Q & bir değer olup olmadığından emin değil, ama:

Ben yeni oluşturulan C:\vc11_deps\repo\winlibs_openssl\install_x86 klasöre D:\wamp\bin\apache\apache2.4.9\conf\openssl.cnf kopyalanan ve hata ortadan kayboldu.

+0

Teşekkür ederim, bu bana yardımcı oldu (64 bit kurulum için install_x64 olarak değiştirilse de). :) – Alfie