The certbot client crashes with a segmentation fault when or after starting a new HTTPS connection to acme-v02.api.letsencrypt.org:443.
My domain is:
klute.spdns.de
I ran this command:
certbot certonly --authenticator standalone -d klute.spdns.de -v
It produced this output:
Root logging level set at 10
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requested authenticator standalone and installer None
Single candidate plugin: * standalone
Description: Spin up a temporary webserver
Interfaces: IAuthenticator, IPlugin
Entry point: standalone = certbot.plugins.standalone:Authenticator
Initialized: <certbot.plugins.standalone.Authenticator object at 0x7ffac1cddeb8>
Prep: True
Selected authenticator <certbot.plugins.standalone.Authenticator object at 0x7ffac1cddeb8> and installer None
Plugins selected: Authenticator standalone, Installer None
Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/52298453', new_authzr_uri=None, terms_of_service=None), 83408a59493e645613678a3bfe864b65, Meta(creation_dt=datetime.datetime(2019, 2, 27, 5, 20, 40, tzinfo=<UTC>), creation_host='flynn'))>
Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
Segmentation fault (core dumped)
My web server is (include version):
Apache 2, but I stopped it manually before running the above certbot command.
The operating system my web server runs on is (include version):
Linux flynn 5.1.2-1-default #1 SMP Tue May 14 18:21:06 UTC 2019 (08094c3) x86_64 x86_64 x86_64 GNU/Linux
My hosting provider, if applicable, is:
–
I can login to a root shell on my machine (yes or no, or I don’t know):
Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
certbot 0.32.0