Skip to content
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

Closed
1 task done
colinxu2020 opened this issue Nov 9, 2021 · 3 comments
Closed
1 task done

SSL Error being install package. #10645

colinxu2020 opened this issue Nov 9, 2021 · 3 comments
Labels
S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior

Comments

@colinxu2020
Copy link

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

  1. Install pip with those command(git clone https://github.com/pypa/pip and python setup.py install)
  2. Run pip command(python -m pip install blake3)

Output

Looking in indexes: https://pipi.org/simple/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))': /simple/blake3/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))': /simple/blake3/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))': /simple/blake3/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))': /simple/blake3/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))': /simple/blake3/
Could not fetch URL https://pipi.org/simple/blake3/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pipi.org', port=443): Max retries exceeded with url: /simple/blake3/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))) - skipping
ERROR: Could not find a version that satisfies the requirement blake3 (from versions: none)
ERROR: No matching distribution found for blake3.
Could not fetch URL https://pipi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pipi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))) - skipping

Code of Conduct

@colinxu2020 colinxu2020 added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Nov 9, 2021
@pavelpetrcz
Copy link

pavelpetrcz commented Dec 14, 2021

Hi. Unfortunately same for me.

pip version

  • 21.2.4

Python version

  • python 3.10
    ###OS
    -Windows 10 Pro

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

http.proxy=http://localhost:3128
https.proxy=https://localhost:3128

@notatallshaw
Copy link
Member

Hi. Unfortunately same for me.

pip version

* 21.2.4

Python version

* python 3.10
  ###OS
  -Windows 10 Pro

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

http.proxy=http://localhost:3128 https.proxy=https://localhost:3128

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.

@ichard26
Copy link
Member

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.

@pfmoore pfmoore closed this as completed Apr 15, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

5 participants