Last active
September 2, 2021 13:20
-
-
Save dtaivpp/9c14558db3eafb4d0e766285d5b0d746 to your computer and use it in GitHub Desktop.
A sample of a SSL Cert Verify Log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-04-30 10:38:14,360 - __main__ - ERROR - HTTPSConnectionPool(host='api-you-want-to-use.com', port=443): Max retries exceeded with url: /ccx/service/customreport2/org/wamitchell/ORG_Network_ID_Validation_-_IT_Location?Effective_as_of_Date=2021-04-30-01%3A00 (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)'),)) | |
Traceback (most recent call last): | |
File "c:\Software\<some-repo>\venv\lib\site-packages\urllib3\connectionpool.py", line 706, in urlopen | |
chunked=chunked, | |
File "c:\Software\<some-repo>\venv\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request | |
self._validate_conn(conn) | |
File "c:\Software\<some-repo>\venv\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn | |
conn.connect() | |
File "c:\Software\<some-repo>\venv\lib\site-packages\urllib3\connection.py", line 421, in connect | |
tls_in_tls=tls_in_tls, | |
File "c:\Software\<some-repo>\venv\lib\site-packages\urllib3\util\ssl_.py", line 429, in ssl_wrap_socket | |
sock, context, tls_in_tls, server_hostname=server_hostname | |
File "c:\Software\<some-repo>\venv\lib\site-packages\urllib3\util\ssl_.py", line 472, in _ssl_wrap_socket_impl | |
return ssl_context.wrap_socket(sock, server_hostname=server_hostname) | |
File "C:\Program Files\Python36\lib\ssl.py", line 407, in wrap_socket | |
_context=self, _session=session) | |
File "C:\Program Files\Python36\lib\ssl.py", line 817, in __init__ | |
self.do_handshake() | |
File "C:\Program Files\Python36\lib\ssl.py", line 1077, in do_handshake | |
self._sslobj.do_handshake() | |
File "C:\Program Files\Python36\lib\ssl.py", line 689, in do_handshake | |
self._sslobj.do_handshake() | |
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment