无法通过 XAMPP 生成 SSL 证书

Posted

技术标签:

【中文标题】无法通过 XAMPP 生成 SSL 证书【英文标题】:Unable to generate SSL certificate through XAMPP 【发布时间】:2014-07-14 09:15:35 【问题描述】:

我一直在尝试为本地测试生成 SSL 证书。当我 cd 进入 /xampp/apache/ 并运行 makecert 时,出现以下错误:

WARNING: Can't open config file: ./bin/openssl.cnf
...
Error opening Private Key privkey.pem

如何解决?

【问题讨论】:

【参考方案1】:

makecert.bat 中的 openssl.cnf 路径错误。

只需编辑 makecert.bat 以修复路径:

set OPENSSL_CONF=./conf/openssl.cnf

【讨论】:

以上是关于无法通过 XAMPP 生成 SSL 证书的主要内容,如果未能解决你的问题,请参考以下文章

自己生成的ssl证书与购买的ssl证书有啥区别

Certbot 使用 XAMPP 在 Ubuntu 16.04 上自动生成证书

本地主机子域上的 ssl 证书不起作用

安装好的SSL证书无效怎么办?

ActiveMQ配置ssl安全连接

使用keytool生成ssl证书