在 Plesk 中通过 Let's Encrypt 安装 SSL 时出错
Error Installing SSL via Let's Encrypt in Plesk
我在 plesk 上只有几个域出现错误。 90% 的时间我可以安装,但是有 10% 的域我无法安装 SSL,我得到这个错误代码:
Error: Let's Encrypt SSL certificate installation failed: Failed letsencrypt execution: Saving debug log to /**/***/***/***/**/letsencrypt/logs/letsencrypt.log
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for **********.**
http-01 challenge for www.**********.**
Starting new HTTPS connection (1): 127.0.0.1
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. **********.** (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Could not connect to www.**********.**.well-known
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: infraquinta.pt
Type: connection
Detail: Could not connect to www.***********.**.well-known
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
我不知道该怎么办。该站点当然有一个 public ip。
嗨,伊格纳西奥·科雷亚,
实际上,您还有一个从 hXXp://www.YOUR-DOMAIN.COM 到 hXXp://[= 的额外重定向28=]-DOMAIN.COM/pt/,这会导致当前的问题,因为 Let's Encrypt certbot 将其挑战放在文件夹“/var/www/vhosts/YOUR-DOMAIN.COM/httpdocs 中/.well-known" 为 hXXp://www.YOUR-DOMAIN.COM/.well-known 且不在文件夹内 "/var/www/vhosts/YOUR-DOMAIN.COM/httpdocs/pt/.众所周知".
我在 plesk 上只有几个域出现错误。 90% 的时间我可以安装,但是有 10% 的域我无法安装 SSL,我得到这个错误代码:
Error: Let's Encrypt SSL certificate installation failed: Failed letsencrypt execution: Saving debug log to /**/***/***/***/**/letsencrypt/logs/letsencrypt.log
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for **********.**
http-01 challenge for www.**********.**
Starting new HTTPS connection (1): 127.0.0.1
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. **********.** (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Could not connect to www.**********.**.well-known
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: infraquinta.pt
Type: connection
Detail: Could not connect to www.***********.**.well-known
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
我不知道该怎么办。该站点当然有一个 public ip。
嗨,伊格纳西奥·科雷亚,
实际上,您还有一个从 hXXp://www.YOUR-DOMAIN.COM 到 hXXp://[= 的额外重定向28=]-DOMAIN.COM/pt/,这会导致当前的问题,因为 Let's Encrypt certbot 将其挑战放在文件夹“/var/www/vhosts/YOUR-DOMAIN.COM/httpdocs 中/.well-known" 为 hXXp://www.YOUR-DOMAIN.COM/.well-known 且不在文件夹内 "/var/www/vhosts/YOUR-DOMAIN.COM/httpdocs/pt/.众所周知".