Please fill out the fields below so we can help you better.
I ran this command: certbot-auto
It produced this output:
Error: couldn’t get currently installed version for /home/***/.local/share/letsencrypt/bin/letsencrypt:
Traceback (most recent call last):
File “/home/***/.local/share/letsencrypt/bin/letsencrypt”, line 7, in
from certbot.main import main
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py”, line 9, in
from acme import jose
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/init.py”, line 37, in
from acme.jose.interfaces import JSONDeSerializable
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/interfaces.py”, line 9, in
from acme.jose import util
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/util.py”, line 5, in
import OpenSSL
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/init.py”, line 8, in
from OpenSSL import rand, crypto, SSL
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/rand.py”, line 12, in
from OpenSSL._util import (
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/_util.py”, line 6, in
from cryptography.hazmat.bindings.openssl.binding import Binding
File “/home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py”, line 13, in
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: /home/***/.local/share/letsencrypt/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: cannot enable executable stack as shared object requires: Invalid argument
My web server is (include version): apache (remote)
The operating system my web server runs on is (include version): don’t know. system where i run certbot is Windows 10 (with BASH):
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
OpenSSL 1.0.1f 6 Jan 2014
Python 2.7.6
I can login to a root shell on my machine (yes or no, or I don’t know): yes
Try to “rm -rf letsencrypt/” and run certbot-auto again - same error