• 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 Letsencrypt issue

waseem

Basic Pleskian
Hi,
i am getting following error while installing lets encrypt certificate,

Error: Let's Encrypt SSL certificate installation failed: Failed letsencrypt execution: 2016-10-07 11:30:54,848:WARNING:certbot.client:Non-standard path(s), might not work with crontab installed by your operating system package manager
An unexpected error occurred:
ExpatError: mismatched tag: line 6, column 2
Please see the logfiles in /opt/psa/var/modules/letsencrypt/logs for more details.
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at
/opt/psa/var/modules/letsencrypt/etc/live/test.paksociety.com/fullchain.pem.
Your cert will expire on 2017-01-05. To obtain a new or tweaked
version of this certificate in the future, simply run certbot again
with the "certonly" option. To non-interactively renew all of
your certificates, run "certbot renew"

I tried following method

https://kb.plesk.com/129136 but this was not the solution in my case, what to do???

Regards
 
Hi waseem,

could you as well include the corresponding log - entries from "/opt/psa/var/modules/letsencrypt/logs", so that it might be possible to better investigate the issue?
Do you actually use the Plesk Control Panel, or do you use a cli - command?

If you use the Plesk Control Panel, is the ( successfull created => "/opt/psa/var/modules/letsencrypt/etc/live/test.paksociety.com/fullchain.pem" ) certificate available over the Plesk Control Panel ( "Home > Domains > test.paksociety.com > SSL/TLS Certificates" ) ? And have the vhosts - configuration files been changed / newly created ( "/var/www/vhosts/system/test.paksociety.com/conf/" ) ?

Do you see the ( successfull created ) certificate over the Plesk Control Panel menu: => "Extensions > Let's Encrypt"



In addition, the very same issue has been reported at => https://github.com/plesk/letsencrypt-plesk/issues/123 , but unfortunately there is currently no answer. :(
 
Hi
Problem has been solved,
Than you for being always there man

Here it what solved the problem.

1: apt-get update
2: apt-get upgrade
3: plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
 
Back
Top