Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL and TLS problem #39

Open
paulocoutinhox opened this issue Aug 30, 2021 · 0 comments
Open

SSL and TLS problem #39

paulocoutinhox opened this issue Aug 30, 2021 · 0 comments

Comments

@paulocoutinhox
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant