Centos – "SSL certificate verify failed: self-signed certificate in certificate chain" when pip install
I'm behind a company proxy with a self-signed certificate and I want to install tensorstore via pip. pip apparently downloads and runs a Python script bazelisk.py that in turn uses urllib to get more stuff from the Internet. However, this…