0
votes

I just updated certificates on my server.

Post that I am getting error.

SSLError: HTTPSConnectionPool(host='10.164.1.1', port=9999): Max retries exceeded with url: /rest/nice_endpoint (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),))

1

1 Answers

0
votes

Try this first:

sudo apt-get install ca-certificates
sudo update-ca-certificates

If it does help, try this

sudo pip uninstall -y certifi
sudo pip install certifi== xx.xx.xx # e.g., 2015.04.28