binance-trade-bot icon indicating copy to clipboard operation
binance-trade-bot copied to clipboard

certificate verify failed: self signed certificate in certificate chain

Open levdavid opened this issue 4 years ago • 1 comments

Hi everyone, when running the bot locally, am seeing the following error message:

CRITICAL:root:BinanceWebSocketApiConnection.await._conn.__aenter__(000d9257-45ce-4d9c-b85f-2194b76e654a, ['arr'], ['!userData']) - OSError - error_msg: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1124)
CRITICAL:root:BinanceWebSocketApiManager.stream_is_crashing(000d9257-45ce-4d9c-b85f-2194b76e654a)
CRITICAL:root:BinanceWebSocketApiConnection.await._conn.__aenter__(312e3a12-b2da-49cf-b017-f4277365f7c9, ['arr'], ['!miniTicker']) - OSError - error_msg: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1124)
CRITICAL:root:BinanceWebSocketApiManager.stream_is_crashing(312e3a12-b2da-49cf-b017-f4277365f7c9)

has anyone encountered anything like this?

levdavid avatar Oct 24 '21 23:10 levdavid

https://github.com/oliver-zehentleitner/unicorn-binance-suite/wiki/ssl.SSLCertVerificationError-on-Mac-OS

lordofflakes avatar Nov 08 '21 10:11 lordofflakes