I really don´t understand how I’m obtaining this error:ERROR :: Binance connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
Hey,
you should make sure that the ssl library is updated.
Don’t know what library or language you are using, but turn off SSL Certificate Verification.
1 Like
Its Python, using pandas
Have you solved this problem?