It looks like you're new here. If you want to get involved, click one of these buttons!
kite = KiteConnect(api_key)
kite.login_url()
data = kite.generate_session("request_token", api_secret)
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:992)')))