Advertisement
andsim

Untitled

Sep 3rd, 2024
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. 2024-09-03 15:21:48,841:DEBUG:certbot._internal.main:certbot version: 2.11.0
  2. 2024-09-03 15:21:48,842:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
  3. 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']
  4. 2024-09-03 15:21:48,842:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  5. 2024-09-03 15:21:48,856:DEBUG:certbot._internal.log:Root logging level set at 30
  6. 2024-09-03 15:21:48,857:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
  7. 2024-09-03 15:21:48,857:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
  8. 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).
  9. Interfaces: Authenticator, Plugin
  10. Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
  11. Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7165da4951d0>
  12. Prep: True
  13. 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
  14. 2024-09-03 15:21:48,857:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
  15. 2024-09-03 15:21:48,908:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  16. 2024-09-03 15:21:48,910:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  17. 2024-09-03 15:21:48,949:DEBUG:certbot._internal.log:Exiting abnormally:
  18. Traceback (most recent call last):
  19. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 467, in _make_request
  20. self._validate_conn(conn)
  21. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1099, in _validate_conn
  22. conn.connect()
  23. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connection.py", line 653, in connect
  24. sock_and_verified = _ssl_wrap_socket_and_match_hostname(
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connection.py", line 806, in _ssl_wrap_socket_and_match_hostname
  27. ssl_sock = ssl_wrap_socket(
  28. ^^^^^^^^^^^^^^^^
  29. File "/opt/certbot/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 465, in ssl_wrap_socket
  30. ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
  31. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  32. File "/opt/certbot/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 509, in _ssl_wrap_socket_impl
  33. return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  34. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35. File "/usr/lib/python3.11/ssl.py", line 517, in wrap_socket
  36. return self.sslsocket_class._create(
  37. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/usr/lib/python3.11/ssl.py", line 1075, in _create
  39. self.do_handshake()
  40. File "/usr/lib/python3.11/ssl.py", line 1346, in do_handshake
  41. self._sslobj.do_handshake()
  42. ssl.SSLError: [SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)
  43.  
  44. During handling of the above exception, another exception occurred:
  45.  
  46. Traceback (most recent call last):
  47. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 793, in urlopen
  48. response = self._make_request(
  49. ^^^^^^^^^^^^^^^^^^^
  50. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 491, in _make_request
  51. raise new_e
  52. urllib3.exceptions.SSLError: [SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)
  53.  
  54. The above exception was the direct cause of the following exception:
  55.  
  56. Traceback (most recent call last):
  57. File "/opt/certbot/lib/python3.11/site-packages/requests/adapters.py", line 667, in send
  58. resp = conn.urlopen(
  59. ^^^^^^^^^^^^^
  60. File "/opt/certbot/lib/python3.11/site-packages/urllib3/connectionpool.py", line 847, in urlopen
  61. retries = retries.increment(
  62. ^^^^^^^^^^^^^^^^^^
  63. File "/opt/certbot/lib/python3.11/site-packages/urllib3/util/retry.py", line 515, in increment
  64. raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
  65. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  66. 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)')))
  67.  
  68. During handling of the above exception, another exception occurred:
  69.  
  70. Traceback (most recent call last):
  71. File "/opt/certbot/bin/certbot", line 8, in <module>
  72. sys.exit(main())
  73. ^^^^^^
  74. File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 19, in main
  75. return internal_main.main(cli_args)
  76. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  77. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1894, in main
  78. return config.func(config, plugins)
  79. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  80. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1582, in certonly
  81. le_client = _init_le_client(config, auth, installer)
  82. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  83. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 833, in _init_le_client
  84. acc, acme = _determine_account(config)
  85. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  86. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 741, in _determine_account
  87. acc, acme = client.register(
  88. ^^^^^^^^^^^^^^^^
  89. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 207, in register
  90. acme = acme_from_config_key(config, key)
  91. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  92. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  93. directory = acme_client.ClientV2.get_directory(config.server, net)
  94. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  95. File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 330, in get_directory
  96. return messages.Directory.from_json(net.get(url).json())
  97. ^^^^^^^^^^^^
  98. File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in get
  99. self._send_request('GET', url, **kwargs), content_type=content_type)
  100. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  101. File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 647, in _send_request
  102. response = self.session.request(method, url, *args, **kwargs)
  103. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  104. File "/opt/certbot/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
  105. resp = self.send(prep, **send_kwargs)
  106. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  107. File "/opt/certbot/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
  108. r = adapter.send(request, **kwargs)
  109. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  110. File "/opt/certbot/lib/python3.11/site-packages/requests/adapters.py", line 698, in send
  111. raise SSLError(e, request=request)
  112. 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)')))
  113. 2024-09-03 15:21:48,955:ERROR:certbot._internal.log:An unexpected error occurred:
  114. 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