You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
======================================================================
ERROR: test_secure_socks_proxy (tests.sync.test_client.ProxyClientTests.test_secure_socks_proxy)
Client connects to server securely through a SOCKS5 proxy.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/websockets/websockets/tests/sync/test_client.py", line 335, in test_secure_socks_proxy
with connect(get_uri(server), ssl=CLIENT_CONTEXT) as client:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/websockets/websockets/.tox/py/lib/python3.13/site-packages/websockets/sync/client.py", line 381, in connect
connection.handshake(
~~~~~~~~~~~~~~~~~~~~^
additional_headers,
^^^^^^^^^^^^^^^^^^^
user_agent_header,
^^^^^^^^^^^^^^^^^^
deadline.timeout(),
^^^^^^^^^^^^^^^^^^^
)
^
File "/home/runner/work/websockets/websockets/.tox/py/lib/python3.13/site-packages/websockets/sync/client.py", line 92, in handshake
raise TimeoutError("timed out during handshake")
TimeoutError: timed out during handshake
----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: