Getssl 连接错误

Getssl 连接错误

我使用 getssl 安装 Lets Encrypt SSL 证书。以下是输出./getssl -a

Check all certificates
hostname.com: Certificate on remote domain does not match, ignoring remote certificate
Registering account
Verify each domain
Verifying hostname.com
copying challenge token to /var/www/html/.well-known/acme-challenge/iWNVnBM81u5xITptieCF7J7sh70GhsDeSOLwAdY0bN0
Pending
getssl: hostname.com:Verify error:Could not connect to hostname.com

当然,hostname.com 是我自己的名字。我可以从外部网络访问该 URL:

http://hostname.com/.well-known/acme-challenge/iWNVnBM81u5xITptieCF7J7sh70GhsDeSOLwAdY0bN0

这将返回正确的值。在我的 getssl.cfg 中的 ACL 行下面:

ACL=('/var/www/html/.well-known/acme-challenge')

为什么 getssl 会给我一个连接错误?我在其他服务器上运行了同样的工具,运行正常。

相关内容