System Ubuntu 16.04
IMSCP 1.4.7
Letsencrypt 3.3.0
Nach dem Update von IMSCP von 1.4.6 auf 1.4.7 kommt beim aktivieren von Letsencrypt folgender Fehler:
Code
- Ein unerwarteter Fehler ist aufgetreten:
- Plugin::LetsEncrypt::enable: Error: couldn't get currently installed version for /root/.local/share/letsencrypt/bin/letsencrypt:
- Traceback (most recent call last):
- File "/root/.local/share/letsencrypt/bin/letsencrypt", line 7, in
- from certbot.main import main
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 9, in
- from acme import jose
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/__init__.py", line 37, in
- from acme.jose.interfaces import JSONDeSerializable
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/interfaces.py", line 9, in
- from acme.jose import util
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/util.py", line 5, in
- import OpenSSL
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in
- from OpenSSL import rand, crypto, SSL
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in
- from OpenSSL._util import (
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in
- from cryptography.hazmat.bindings.openssl.binding import Binding
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 12, in
- from cryptography.hazmat.bindings._openssl import ffi, lib
- ImportError: libssl.so.1.0.2: cannot open shared object file: No such file or directory