pip install fails with connection error SSL

Standard

I had ssl issues due to company network security related to netscope.
My machine is Mac with python 3.11 and the following command worked for me.

pip config set global.trusted-host \
"pypi.org files.pythonhosted.org pypi.python.org" \
--trusted-host=pypi.python.org \
--trusted-host=pypi.org \
--trusted-host=files.pythonhosted.org

putty+ssh socks5

Standard

总算找着个可以访问的下载地址了,”GFW”真强!!!
ftp://ftp.qut.edu.au/pub/ip-charge/unix/socks5-v1.0r11.tar.gz
只可惜装到一半就报错了,正巧查到个更容易的方法,那就是直接用putty+ssh来做socks5吧. [read more]