Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2024-09-03 15:21:48,841:DEBUG:certbot._internal.main:certbot version: 2.11.0
- 2024-09-03 15:21:48,842:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
- 2024-09-03 15:21:48,842:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-4', '--agree-tos', '--authenticator', 'webroot', '--email', '[email protected]', '--preferred-challenges', 'dns,http', '--domains', 'anskygrid.ca,www.anskygrid.ca']
- 2024-09-03 15:21:48,842:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
- 2024-09-03 15:21:48,856:DEBUG:certbot._internal.log:Root logging level set at 30
- 2024-09-03 15:21:48,857:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
- 2024-09-03 15:21:48,857: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: <certbot._internal.plugins.webroot.Authenticator object at 0x7165da4951d0>
- Prep: True
- 2024-09-03 15:21:48,857:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7165da4951d0> and installer None
- 2024-09-03 15:21:48,857:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
- 2024-09-03 15:21:48,908:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
- 2024-09-03 15:21:48,910:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
- 2024-09-03 15:21:48,949:DEBUG:certbot._internal.log:Exiting abnormally:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 467, in _make_request
- self._validate_conn(conn)
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1099, in _validate_conn
- conn.connect()
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connection.py", line 653, in connect
- sock_and_verified = _ssl_wrap_socket_and_match_hostname(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connection.py", line 806, in _ssl_wrap_socket_and_match_hostname
- ssl_sock = ssl_wrap_socket(
- ^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 465, in ssl_wrap_socket
- ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 509, in _ssl_wrap_socket_impl
- return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.11/ssl.py", line 517, in wrap_socket
- return self.sslsocket_class._create(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.11/ssl.py", line 1075, in _create
- self.do_handshake()
- File "/usr/lib/python3.11/ssl.py", line 1346, in do_handshake
- self._sslobj.do_handshake()
- ssl.SSLError: [SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 793, in urlopen
- response = self._make_request(
- ^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 491, in _make_request
- raise new_e
- urllib3.exceptions.SSLError: [SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/requests/adapters.py", line 667, in send
- resp = conn.urlopen(
- ^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 847, in urlopen
- retries = retries.increment(
- ^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/urllib3/util/retry.py", line 515, in increment
- raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)')))
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/bin/certbot", line 8, in <module>
- sys.exit(main())
- ^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 19, in main
- return internal_main.main(cli_args)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1894, in main
- return config.func(config, plugins)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1582, in certonly
- le_client = _init_le_client(config, auth, installer)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 833, in _init_le_client
- acc, acme = _determine_account(config)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 741, in _determine_account
- acc, acme = client.register(
- ^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 207, in register
- acme = acme_from_config_key(config, key)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
- directory = acme_client.ClientV2.get_directory(config.server, net)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 330, in get_directory
- return messages.Directory.from_json(net.get(url).json())
- ^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in get
- self._send_request('GET', url, **kwargs), content_type=content_type)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 647, in _send_request
- response = self.session.request(method, url, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
- resp = self.send(prep, **send_kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
- r = adapter.send(request, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/requests/adapters.py", line 698, in send
- raise SSLError(e, request=request)
- requests.exceptions.SSLError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)')))
- 2024-09-03 15:21:48,955:ERROR:certbot._internal.log:An unexpected error occurred:
- 2024-09-03 15:21:48,956:ERROR:certbot._internal.log:requests.exceptions.SSLError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)')))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement