ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (SSL error: tlsv1

Kiran_Podgu
This is the below error. i am getting. Do not close this form post. As it is working fine till last month. but now it is not working. Its been 3 month and i have not received even a single help from this forum.

ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (SSL error: tlsv1 unrecognized name (in ))
ERROR:root:Error: 1006, connection was closed uncleanly (SSL error: tlsv1 unrecognized name (in ))
ERROR:kiteconnect.ticker:Connection closed: 1006 - connection was closed uncleanly (SSL error: tlsv1 unrecognized name (in ))
DEBUG:root:WebSocket closed with code: 1006, reason: connection was closed uncleanly (SSL error: tlsv1 unrecognized name (in ))
Tagged:
  • Kiran_Podgu
    It is working last month. But now it is not working. Need to have a call. It wouldn't get resolved in this form. Give me call. Let's connect and resolve. My Mobile number is +91-9390477270.
  • rakeshr
    SSL error: tlsv1 unrecognized name (in )
    You seem to be on very old version of OpenSSL. You can update by: pip install pyOpenSSL --upgrade
  • Kiran_Podgu
    I have running this query in replit web IDES.

    I have runned the above command to update openssl but i have received as it is already been updated. here is the below message.
    ~/Zerodha-kite$ pip install pyopenssl --upgrade
    Requirement already satisfied: pyopenssl in ./.pythonlibs/lib/python3.10/site-packages (24.1.0)
    Requirement already satisfied: cryptography<43,>=41.0.5 in ./.pythonlibs/lib/python3.10/site-packages (from pyopenssl) (42.0.5)
    Requirement already satisfied: cffi>=1.12 in ./.pythonlibs/lib/python3.10/site-packages (from cryptography<43,>=41.0.5->pyopenssl) (1.16.0)
    Requirement already satisfied: pycparser in ./.pythonlibs/lib/python3.10/site-packages (from cffi>=1.12->cryptography<43,>=41.0.5->pyopenssl) (2.2)
  • rakeshr
    Make sure, you are using the same python environment for kiteconnect. This thread might be helpful.
Sign In or Register to comment.