Login Issue

Kiran_Podgu
I am getting the below error while i am trying to login. Could you please check and provide me the solution.

requests.exceptions.SSLError: HTTPSConnectionPool(host='api.kite.trade', port=443): Max retries exceeded with url: /session/token (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))
PS C:\My file\PYTHON SCRIPT>
Tagged:
  • Kiran_Podgu
    Can any body resolved this query. I am unable to login with the above error. Please help on this Please.
  • rakeshr
    (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))
    You can try pip install certifi.
    Go through installation FAQs here.
  • Kiran_Podgu
    Thanks bro.
This discussion has been closed.