SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)

936 views Asked by At

I am running a python program on a server with windows server 2022

it always worked before, but since the last update I always get this error when trying to connect to a websocket:

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)]

I already tried things like restarting and pip install --upgrade certifi

nothing worked so far.

it would be great if anyone can help

I already tried things like restarting and pip install --upgrade certifi

nothing worked so far.

it would be great if anyone can help

0

There are 0 answers