• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Let's Encrypt not working

Raymond_Davelaar

Basic Pleskian
Plesk Onyx
Versie 17.0.17 Update #12, laatste update op 2017-01-1 14:49
Ubuntu 14.04.5 LTS‬

Fout: Het installeren van het Let's Encrypt SSL-certificaat is mislukt: Failed letsencrypt execution: Traceback (most recent call last):
File "/opt/psa/var/modules/letsencrypt/venv/bin/certbot", line 7, in <module>
from certbot.main import main
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/certbot/main.py", line 14, in <module>
from acme import jose
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/acme/jose/__init__.py", line 37, in <module>
from acme.jose.interfaces import JSONDeSerializable
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/acme/jose/interfaces.py", line 9, in <module>
from acme.jose import util
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/acme/jose/util.py", line 5, in <module>
import OpenSSL
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in <module>
from OpenSSL._util import (
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
from cryptography.hazmat.bindings.openssl.binding import Binding
File "/usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 15, in <module>
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: /lib/x86_64-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.2' not found (required by /usr/local/psa/var/modules/letsencrypt/venv.T6fMs/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so)
 
Since there are no suggestions, how can I upgrade OPENSSL in a safe way. It seems that another problem I had before (upgrading dovecot) had the same issue, so it would be great to upgrade OPENSSL
 
Hi that error sometimes happens when files underlying the lets encrypt extension are updated.
Have you tried uninstalling the extension and reinstalling?

cheers, Tom
 
Try to use this command line your issue may be fixed.
  • Go to your server's shell as root
  • cd /usr/local/psa/var/modules/letsencrypt/venv/bin
  • ./pip install --upgrade cryptography
 
Back
Top