• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved I can not install certificate lets encrypt

python

Regular Pleskian
I have created a subdomain and when I installed the lets encrypt it gives me the following error:

Invalid response from https://acme-v01.api.letsencrypt.org/acme/authz/rwWXeqctp1vc6-sss29qakiTx8pbViKvS9wW7rFG39c.
Details:
Type: urn:acme:error:connection
Status: 400
Detail: Fetching http://xxx.xxxxxxx.com/.well-known/acme-challenge/jg3m5JeXl-jHOJf6GLsitB5HGxVkoQaGHmv7Fu5wG2c: Timeout after connect (your server may be slow or overloaded)


Anyone know what might be happening,
in the main domain I already have encryption installed, will it be not allowed for more domains?
 
This error means that the servers of Let's Encrypt tried to connect to your subdomain to retrieve the security token but this connection timed out.

Please make sure:
* That the DNS entries of your subdomain are pointing to the correct IP
* That your subdomain is reachable from the outside world
* That you do not have any IP restrictions (firewall rules) that prevent connections from outside IPs
 
I contribute the error that gives me to aceder via https:

[Wed Apr 25 10:08:16.535391 2018] [ssl:warn] [pid 8307] AH01909: RSA certificate configured for default-2a02xxx:443 does NOT include an ID which matches the server name

Add that in the main domain you have installed and working correctly, the ssl certificate and in the configuration of the active subdomain the ssl of the main domain but it does not work.




 
This error means that the servers of Let's Encrypt tried to connect to your subdomain to retrieve the security token but this connection timed out.

Please make sure:
* That the DNS entries of your subdomain are pointing to the correct IP
* That your subdomain is reachable from the outside world
* That you do not have any IP restrictions (firewall rules) that prevent connections from outside IPs
Hello EmmanuelD, sorry I did not see your message, I will verify what you say, thank you
 
check the dns and apparently everything is fine, how could you verify where the error is?
regards
 
* Can you access your subdomain from an outside IP? Ask a friend to access it
* Check the httpd log files at /var/www/vhosts/your.subdomain.tld/logs/ and check if you see connections from Let's Encrypt servers
 
hello thank you again for helping me, at last I solved it, it was exactly the dns I had ipv6 that eliminated it and it worked.
regards
 
Back
Top