• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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