warpy
warpy copied to clipboard
SSL handshake error on Debian Linux
Anything I do for example show user info/create new user, I get following error message:
(lakshit) Please enter a number: 2
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect
self.sock = ssl_wrap_socket(
File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "/usr/lib/python3.10/ssl.py", line 1071, in _create
self.do_handshake()
File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL] internal error (_ssl.c:1007)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.cloudflareclient.com', port=443): Max retries exceeded with url: /v0a884/reg/805f8f36-ebc6-4726-b1a7-4dcf11ef8b06 (Caused by SSLError(SSLError(1, '[SSL] internal error (_ssl.c:1007)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/lakshit/.local/bin/warpy", line 8, in <module>
sys.exit(main())
File "/home/lakshit/.local/lib/python3.10/site-packages/warpy/__main__.py", line 192, in main
show_users()
File "/home/lakshit/.local/lib/python3.10/site-packages/warpy/__main__.py", line 116, in show_users
return user_details(dir_files[_input])
File "/home/lakshit/.local/lib/python3.10/site-packages/warpy/__main__.py", line 84, in user_details
show_user_info(conf)
File "/home/lakshit/.local/lib/python3.10/site-packages/warpy/__main__.py", line 57, in show_user_info
info = warp_plus.get_info(config["id"], config["token"])
File "/home/lakshit/.local/lib/python3.10/site-packages/warpy/main.py", line 67, in get_info
req = session.request("GET", url, headers=headers)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 544, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 657, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.cloudflareclient.com', port=443): Max retries exceeded with url: /v0a884/reg/805f8f36-ebc6-4726-b1a7-4dcf11ef8b06 (Caused by SSLError(SSLError(1, '[SSL] internal error (_ssl.c:1007)')))