-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL Error being install package. #10645
Comments
Hi. Unfortunately same for me. pip version
Python version
I use python at work at corporate machine. So I stand behind proxy NTLM. Therefore I have edited global config for pip to set proxy. Before use of CNTLM I got different eror but now I am stuck at this point as well. Could be related to this issue. But I am not sure at all. pip config list
|
You probably need to add the pip config "trusted_host" and set it to "localhost". The description of your setup means you probably can't verify from pips side the certificate is correct, this needs to be done by your proxy. But your NTLM proxy should be doing that for you, so you can "trust" it. |
SSL issues are usually the result of enterprise firewalls, proxy misconfiguration or other environment issues (ie. it's not pip's fault). Given the lack of any follow up in ~2.5 years, this issue can safely be closed. If anyone lands on this issue from a web search: you will probably be better served by reaching out to peers or help forums, such as Python Discuss help category, /r/learnpython on reddit, Python Discord's #python-help channel, #python on Libera.chat (IRC), python-list or python-tutor mailing lists, or StackOverflow. |
Description
I got an SSL error when I installed blake3 using pip, Pip told me it was because of an incorrect SSL version.
Expected behavior
Success install blake3.
pip version
22.0.dev0
Python version
3.10(Release)
OS
Windows10
How to Reproduce
git clone https://github.com/pypa/pip
andpython setup.py install
)python -m pip install blake3
)Output
Code of Conduct
The text was updated successfully, but these errors were encountered: