gotz
gotz
> I have fixed this in a fork: [forgetso@6d0cb93](https://github.com/forgetso/python-bittrex/commit/6d0cb933e47a64a4972f621695b3362e66ec191a) I'm still getting this error even with your fix. Anyone still having this issue? Or are you using V1.1?
has anyone solved this? I'm getting the same error since yesterday... Didn't change anything. SSL handshake failed on verifying the certificate protocol: transport: Traceback (most recent call last): File "C:\Users\gos\AppData\Local\Programs\Python\Python37-32\lib\asyncio\sslproto.py",...
oh sry, I'm using bittrex-websocket-aio. Wrong thread ... I tried running it in a clear env, I get the same thing. Literally didn't change or do anything in the past...
I tried running it in a clear venv, same results. What could be the reason for sudden certificate error? I guess it is a local issue, but really don't know...
It seems that this made it work again: (1) I created two new user environment variables: 1. SSL_CERT_DIR with path to C:\Program Files (x86)\Common Files\SSL\certs 2. SSL_CERT_FILE C:\\Program Files (x86)\\Common...