Advertisement
Earthcomputer

Untitled

Jun 16th, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. >>> requests.get('https://panel.cloudtechmc.com:50014')
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 485, in wrap_socket
  4. cnx.do_handshake()
  5. File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1915, in do_handshake
  6. self._raise_ssl_error(self._ssl, result)
  7. File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1647, in _raise_ssl_error
  8. _raise_current_error()
  9. File "/usr/lib/python3/dist-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue
  10. raise exception_type(errors)
  11. OpenSSL.SSL.Error: [('SSL routines', 'ssl3_get_record', 'wrong version number')]
  12.  
  13. During handling of the above exception, another exception occurred:
  14.  
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 665, in urlopen
  17. httplib_response = self._make_request(
  18. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 376, in _make_request
  19. self._validate_conn(conn)
  20. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 996, in _validate_conn
  21. conn.connect()
  22. File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 366, in connect
  23. self.sock = ssl_wrap_socket(
  24. File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket
  25. return context.wrap_socket(sock, server_hostname=server_hostname)
  26. File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 491, in wrap_socket
  27. raise ssl.SSLError("bad handshake: %r" % e)
  28. ssl.SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_get_record', 'wrong version number')])",)
  29.  
  30. During handling of the above exception, another exception occurred:
  31.  
  32. Traceback (most recent call last):
  33. File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
  34. resp = conn.urlopen(
  35. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 719, in urlopen
  36. retries = retries.increment(
  37. File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 436, in increment
  38. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  39. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='panel.cloudtechmc.com', port=50014): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_record', 'wrong version number')])")))
  40.  
  41. During handling of the above exception, another exception occurred:
  42.  
  43. Traceback (most recent call last):
  44. File "<stdin>", line 1, in <module>
  45. File "/usr/lib/python3/dist-packages/requests/api.py", line 75, in get
  46. return request('get', url, params=params, **kwargs)
  47. File "/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
  48. return session.request(method=method, url=url, **kwargs)
  49. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
  50. resp = self.send(prep, **send_kwargs)
  51. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
  52. r = adapter.send(request, **kwargs)
  53. File "/usr/lib/python3/dist-packages/requests/adapters.py", line 514, in send
  54. raise SSLError(e, request=request)
  55. requests.exceptions.SSLError: HTTPSConnectionPool(host='panel.cloudtechmc.com', port=50014): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_record', 'wrong version number')])")))
  56. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement