2024-05-06 10:51:12,816:DEBUG:certbot._internal.main:certbot version: 2.10.0 2024-05-06 10:51:12,817:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/local/bin/certbot 2024-05-06 10:51:12,817:DEBUG:certbot._internal.main:Arguments: ['--webroot', '--webroot-path=/usr/share/nginx/html/letsencrypt', '--email', 'najia@slc-assurances.fr', '--agree-tos', '--no-eff-email', '--staging', '-d', 'comparateur.slc-assurances.fr'] 2024-05-06 10:51:12,817:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2024-05-06 10:51:12,836:DEBUG:certbot._internal.log:Root logging level set at 30 2024-05-06 10:51:12,837:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None 2024-05-06 10:51:12,837:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A seperate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). Interfaces: Authenticator, Plugin Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') Initialized: Prep: True 2024-05-06 10:51:12,838:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None 2024-05-06 10:51:12,838:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None 2024-05-06 10:51:12,937:DEBUG:certbot._internal.main:Picked account: ), creation_host='724f11395b0d', register_to_eff=None))> 2024-05-06 10:51:12,938:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory. 2024-05-06 10:51:12,941:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org:443 2024-05-06 10:51:17,440:DEBUG:urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 821 2024-05-06 10:51:17,441:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Mon, 06 May 2024 10:51:17 GMT Content-Type: application/json Content-Length: 821 Connection: keep-alive Cache-Control: public, max-age=0, no-cache X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "keyChange": "https://acme-staging-v02.api.letsencrypt.org/acme/key-change", "meta": { "caaIdentities": [ "letsencrypt.org" ], "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.4-April-3-2024.pdf", "website": "https://letsencrypt.org/docs/staging-environment/" }, "newAccount": "https://acme-staging-v02.api.letsencrypt.org/acme/new-acct", "newNonce": "https://acme-staging-v02.api.letsencrypt.org/acme/new-nonce", "newOrder": "https://acme-staging-v02.api.letsencrypt.org/acme/new-order", "pHyUQheicm4": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", "renewalInfo": "https://acme-staging-v02.api.letsencrypt.org/draft-ietf-acme-ari-02/renewalInfo/", "revokeCert": "https://acme-staging-v02.api.letsencrypt.org/acme/revoke-cert" } 2024-05-06 10:51:17,461:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): r3.o.lencr.org:80 2024-05-06 10:51:21,486:DEBUG:urllib3.connectionpool:http://r3.o.lencr.org:80 "POST / HTTP/1.1" 200 503 2024-05-06 10:51:21,488:DEBUG:certbot.ocsp:OCSP response for certificate /etc/letsencrypt/archive/comparateur.slc-assurances.fr/cert2.pem is signed by the certificate's issuer. 2024-05-06 10:51:21,489:DEBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/archive/comparateur.slc-assurances.fr/cert2.pem is: OCSPCertStatus.GOOD 2024-05-06 10:51:21,495:DEBUG:certbot._internal.display.obj:Notifying user: Certificate not yet due for renewal 2024-05-06 10:51:21,496:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/usr/local/bin/certbot", line 33, in sys.exit(load_entry_point('certbot', 'console_scripts', 'certbot')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/main.py", line 19, in main return internal_main.main(cli_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 1894, in main return config.func(config, plugins) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 1593, in certonly should_get_cert, lineage = _find_cert(config, domains, certname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 363, in _find_cert action, lineage = _find_lineage_for_domains_and_certname(config, domains, certname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 393, in _find_lineage_for_domains_and_certname return _find_lineage_for_domains(config, domains) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 338, in _find_lineage_for_domains return _handle_identical_cert_request(config, ident_names_cert) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 289, in _handle_identical_cert_request response = display_util.menu(question, choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/display/util.py", line 80, in menu return obj.get_display().menu(message, choices, default=default, cli_flag=cli_flag, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/display/obj.py", line 125, in menu code, selection = self._get_valid_int_ans(len(choices)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/display/obj.py", line 390, in _get_valid_int_ans ans = util.input_with_timeout(input_msg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/display/util.py", line 68, in input_with_timeout raise EOFError EOFError 2024-05-06 10:51:21,499:ERROR:certbot._internal.log:An unexpected error occurred: 2024-05-06 10:51:21,499:ERROR:certbot._internal.log:EOFError