Ich habe das ältere Image von Onkel Andy laufen (Auf dem PI)
Ich musste mein Zertifikat erneuern heute und bekomme schon eine Fehlermeldung vom certbot
Der Befehl der Erneuerung spuckt diesen Fehler aus:
log sagt:
Das ging die ganze Zeit ohne Probleme 
Weis jemand Rat??
Danke im Voraus
Ich musste mein Zertifikat erneuern heute und bekomme schon eine Fehlermeldung vom certbot
Der Befehl der Erneuerung spuckt diesen Fehler aus:
Code:
sudo certbot certonly --webroot -w /var/www -d xxx.xxx.de
Saving debug log to /var/log/letsencrypt/letsencrypt.log
An unexpected error occurred:
ConnectionError: HTTPSConnectionPool(host='acme-v01.api.letsencrypt.org', port=443): Max retries exceed ed with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHT TPSConnection obje ct at 0x73c0edb0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
Please see the logfiles in /var/log/letsencrypt for more details.
Code:
cat letsencrypt.log
2021-10-01 09:34:49,369:DEBUG:certbot.main:Root logging level set at 20
2021-10-01 09:34:49,373:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2021-10-01 09:34:49,377:DEBUG:certbot.main:certbot version: 0.10.2
2021-10-01 09:34:49,377:DEBUG:certbot.main:Arguments: ['--webroot', '-w', '/var/www', '-d', 'xxx.spdns.de']
2021-10-01 09:34:49,381:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntr yPoint#webroot,PluginEntryPoint#null,PluginEntryPo int#manual,PluginEntryPoint#standalone)
2021-10-01 09:34:49,383:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2021-10-01 09:34:49,384:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: <certbot.plugins.webroot.Authenticator object at 0x73c0eb90>
Prep: True
2021-10-01 09:34:49,389:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x73c0eb90> and installer None
2021-10-01 09:34:49,412:DEBUG:certbot.main:Picked account: <Account(c3bf43525347948130eb569b6b5187df)>
2021-10-01 09:34:49,417:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory.
2021-10-01 09:34:49,423:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org:443
2021-10-01 09:34:49,482:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.10.2', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 849, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 621, in obtain_cert
le_client = _init_le_client(config, auth, installer)
File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 406, in _init_le_client
return client.Client(config, acc, authenticator, installer, acme=acme)
File "/usr/lib/python2.7/dist-packages/certbot/client.py", line 199, in __init__
acme = acme_from_config_key(config, self.account.key)
File "/usr/lib/python2.7/dist-packages/certbot/client.py", line 41, in acme_from_config_key
return acme_client.Client(config.server, key=key, net=net)
File "/usr/lib/python2.7/dist-packages/acme/client.py", line 69, in __init__
self.net.get(directory).json())
File "/usr/lib/python2.7/dist-packages/acme/client.py", line 641, in get
self._send_request('GET', url, **kwargs), content_type=content_type)
File "/usr/lib/python2.7/dist-packages/acme/client.py", line 614, in _send_request
response = self.session.request(method, url, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 512, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 513, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='acme-v01.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHT TPSConnection object at 0x73c0edb0>: Failed to establish a new connection: [Errno -2] Name or service not known',))

Weis jemand Rat??
Danke im Voraus


kann das sein?
Kommentar