• 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.

Issue plesk 17.5.3 letsencrypt-hostname has failed with exit code 1

PeterKi

Regular Pleskian
My plesk panel shows a security advice:
If I try to update I get the following error:
Error: Execution letsencrypt-hostname.sh has failed with exit code 1, stdout: , stderr: [2017-05-20 09:16:16] ERR [extension/letsencrypt] Execution of /opt/psa/admin/plib/modules/letsencrypt/scripts/cli.php failed with exit code 1 and the output:
Challenge marked as invalid. Details: Invalid response from http://hxxxxxxxx.stratoserver.net/....e/T6RaEDC45YHj5RepeRw23utTx7JtNNvP-0Vl213-G8c: "<HTML>
<HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD>
<BODY>
<H1>Not Found</H1>

The requested document was not found on this server"
Execution of /opt/psa/admin/plib/modules/letsencrypt/scripts/cli.php failed with exit code 1 and the output:
Challenge marked as invalid. Details: Invalid response from http://hxxxxxxxx.stratoserver.net/....e/T6RaEDC45YHj5RepeRw23utTx7JtNNvP-0Vl213-G8c: "<HTML>
<HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD>
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server"

exit status 1


I ran the following command from a solved post which showed two Lets Encrypt certificates for my domains and another line with a NULL name:
plesk db "select c.id, c.name, r.rep_id, d.name from certificates c left join Repository r on (c.id = r.component_id) left join domains d on (r.rep_id = d.cert_rep_id) where r.rep_id not in (select val from misc where param = 'cert_rep_id') or r.rep_id is null"
+----+--------------------------+--------+-------------+
| id | name | rep_id | name |
+----+--------------------------+--------+-------------+
| 9 | Lets Encrypt xxxxxxxxxxx | 3 | xxxxxxxx.de |
| 8 | Lets Encrypt xxxxxxxxxxx | 2 | xxxxxxxx.de |
| 2 | Backup sign certificate | NULL | NULL |
+----+--------------------------+--------+-------------+
 
Back
Top