2019-09-25 03:51:50,279:DEBUG:certbot.main:certbot version: 0.28.0
2019-09-25 03:51:50,280:DEBUG:certbot.main:Arguments: [’-q’]
2019-09-25 03:51:50,281:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-09-25 03:51:50,288:DEBUG:certbot.log:Root logging level set at 30
2019-09-25 03:51:50,288:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-09-25 03:51:50,294:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7fcffc4ca160> and installer <certbot.cli._Default object at 0x7fcffc4ca160>
2019-09-25 03:51:50,300:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2019-10-01 10:33:30 UTC.
2019-09-25 03:51:50,300:INFO:certbot.renewal:Cert is due for renewal, auto-renewing…
2019-09-25 03:51:50,300:DEBUG:certbot.plugins.selection:Requested authenticator nginx and installer nginx
2019-09-25 03:51:50,475:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x7fcffc52ac18>
Prep: True
2019-09-25 03:51:50,477:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x7fcffc52ac18>
Prep: True
2019-09-25 03:51:50,477:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_nginx.configurator.NginxConfigurator object at 0x7fcffc52ac18> and installer <certbot_nginx.configurator.NginxConfigurator object at 0x7fcffc52ac18>
2019-09-25 03:51:50,477:INFO:certbot.plugins.selection:Plugins selected: Authenticator nginx, Installer nginx
2019-09-25 03:51:50,479:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(new_authzr_uri=None, terms_of_service=None, uri=‘https://acme-v02.api.letsencrypt.org/acme/acct/59430948’, body=Registration(only_return_existing=None, key=None, terms_of_service_agreed=None, agreement=None, status=None, contact=())), a6e713919c404552a674ac96e1a7e839, Meta(creation_host=‘dizsrv004p.diz.med.uni-muenchen.de’, creation_dt=datetime.datetime(2019, 6, 17, 13, 25, 47, tzinfo=)))>
2019-09-25 03:51:50,480:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2019-09-25 03:51:50,484:DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
2019-09-25 03:51:50,525:WARNING:certbot.renewal:Attempting to renew cert (dizsrv004p.diz.med.uni-muenchen.de) from /etc/letsencrypt/renewal/dizsrv004p.diz.med.uni-muenchen.de.conf produced an unexpected error: (“bad handshake: SysCallError(-1, ‘Unexpected EOF’)”,). Skipping.
2019-09-25 03:51:50,528:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py”, line 417, in wrap_socket
cnx.do_handshake()
File “/usr/lib/python3/dist-packages/OpenSSL/SSL.py”, line 1426, in do_handshake
self._raise_ssl_error(self._ssl, result)
File “/usr/lib/python3/dist-packages/OpenSSL/SSL.py”, line 1167, in _raise_ssl_error
raise SysCallError(-1, “Unexpected EOF”)
OpenSSL.SSL.SysCallError: (-1, ‘Unexpected EOF’)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 594, in urlopen
chunked=chunked)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 350, in _make_request
self._validate_conn(conn)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 837, in validate_conn
conn.connect()
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 323, in connect
ssl_context=context)
File "/usr/lib/python3/dist-packages/urllib3/util/ssl.py", line 324, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File “/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py”, line 424, in wrap_socket
raise ssl.SSLError(‘bad handshake: %r’ % e)
ssl.SSLError: (“bad handshake: SysCallError(-1, ‘Unexpected EOF’)”,)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 423, in send
timeout=timeout
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 624, in urlopen
raise SSLError(e)
requests.packages.urllib3.exceptions.SSLError: (“bad handshake: SysCallError(-1, ‘Unexpected EOF’)”,)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/certbot/renewal.py”, line 430, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 1166, in renew_cert
le_client = _init_le_client(config, auth, installer)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 611, in _init_le_client
return client.Client(config, acc, authenticator, installer, acme=acme)
File “/usr/lib/python3/dist-packages/certbot/client.py”, line 248, in init
acme = acme_from_config_key(config, self.account.key, self.account.regr)
File “/usr/lib/python3/dist-packages/certbot/client.py”, line 51, in acme_from_config_key
return acme_client.BackwardsCompatibleClientV2(net, key, config.server)
File “/usr/lib/python3/dist-packages/acme/client.py”, line 763, in init
directory = messages.Directory.from_json(net.get(server).json())
File “/usr/lib/python3/dist-packages/acme/client.py”, line 1097, in get
self._send_request(‘GET’, url, **kwargs), content_type=content_type)
File “/usr/lib/python3/dist-packages/acme/client.py”, line 1046, in _send_request
response = self.session.request(method, url, *args, **kwargs)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 488, in request
resp = self.send(prep, **send_kwargs)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 609, in send
r = adapter.send(request, **kwargs)
File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 497, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: (“bad handshake: SysCallError(-1, ‘Unexpected EOF’)”,)
2019-09-25 03:51:50,529:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed:
2019-09-25 03:51:50,529:ERROR:certbot.renewal: /etc/letsencrypt/live/dizsrv004p.diz.med.uni-muenchen.de/fullchain.pem (failure)
2019-09-25 03:51:50,529:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File “/usr/bin/certbot”, line 11, in
load_entry_point(‘certbot==0.28.0’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 1340, in main
return config.func(config, plugins)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 1247, in renew
renewal.handle_renewal_request(config)
File “/usr/lib/python3/dist-packages/certbot/renewal.py”, line 455, in handle_renewal_request
len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)