简体   繁体   English

安装SSL后Apache服务器未运行

[英]Apache server not running after installing SSL

I am trying to enable SSL on Apache Server (XAMPP) on Windows Server 2012 R2. 我正在尝试在Windows Server 2012 R2的Apache服务器(XAMPP)上启用SSL。 I have a signed certificate from a Certificate Authority. 我有来自证书颁发机构的签名证书。

Following the installation instructions, I copied the private key, Server Certificate and Intermediate CA certificate properly to right directory and also made necessary certificates name path settings in httpd-ssl file. 按照安装说明,我将私钥,服务器证书和中间CA证书正确复制到正确的目录,并在httpd-ssl文件中进行了必要的证书名称路径设置。

Now when i am trying to start Apache through Xampp it is giving me following error: 现在,当我尝试通过Xampp启动Apache时,出现以下错误:

Error: Apache shutdown unexpectedly.
12:42:29 This may be due to a blocked port, missing dependencies, 
12:42:29 improper privileges, a crash, or a shutdown by another method.
12:42:29 Press the Logs button to view error logs and check
12:42:29 the Windows Event Viewer for more clues
12:42:29 If you need more help, copy and post this
12:42:29 entire log window on the forums

Finally error is resolved now. 最终,错误现在已解决。 The Error is because of "SSLPassPhraseDialog builtin is not supported on Win32". 该错误是由于“ Win32不支持内置的SSLPassPhraseDialog”。 I followed this link and got it working. 我点击了此链接,并使其正常工作。 " https://support.quovadisglobal.com/KB/a90/i-get-error-message-error-init-sslpassphrasedialog.aspx " Thanks again. https://support.quovadisglobal.com/KB/a90/i-get-error-message-error-init-sslpassphrasedialog.aspx ”再次感谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM