Skip to content

SSL and TLS problem #39

Description

@paulocoutinhox

Hi,

Im trying connect with this but get error:

from MeteorClient import MeteorClient

client = MeteorClient('wss://biscoint.io/sockjs/818/tpplurnw/websocket')
client.connect()
  File "/usr/local/lib/python3.9/site-packages/MeteorClient.py", line 55, in connect
    self.ddp_client.connect()
  File "/usr/local/lib/python3.9/site-packages/DDPClient.py", line 119, in connect
    self.ddpsocket.connect()
  File "/usr/local/lib/python3.9/site-packages/ws4py/client/__init__.py", line 217, in connect
    self.sock.connect(self.bind_addr)
  File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1342, in connect
    self._real_connect(addr, False)
  File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1333, in _real_connect
    self.do_handshake()
  File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions