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

Wrong Version Number (_ssc.c:1056) #6152

Closed
panche85 opened this issue Jan 21, 2019 · 4 comments
Closed

Wrong Version Number (_ssc.c:1056) #6152

panche85 opened this issue Jan 21, 2019 · 4 comments
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support

Comments

@panche85
Copy link

Environment

  • pip version: 18.1
  • Python version:3.7.2
  • OS:Windows 7

Description
I have problem installing using pip install for any package.
I try

Output

Collecting pyinstaller
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] w
rong version number (_ssl.c:1056)'))': /simple/pyinstaller/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None))
after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] w
rong version number (_ssl.c:1056)'))': /simple/pyinstaller/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None))
after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] w
rong version number (_ssl.c:1056)'))': /simple/pyinstaller/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None))
after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] w
rong version number (_ssl.c:1056)'))': /simple/pyinstaller/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))
after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] w
rong version number (_ssl.c:1056)'))': /simple/pyinstaller/
Could not fetch URL https://pypi.org/simple/pyinstaller/: There was a problem
confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443):
Max retries exceeded with url: /simple/pyinstaller/ (Caused by SSLError(SSLError
(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1056)'))) - skippi
ng
Could not find a version that satisfies the requirement pyinstaller (from vers
ions: )
No matching distribution found for pyinstaller
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming
the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retrie
s exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_V
ERSION_NUMBER] wrong version number (_ssl.c:1056)'))) - skipping

@pradyunsg pradyunsg added the S: needs triage Issues/PRs that need to be triaged label Jan 22, 2019
@jboarman
Copy link

jboarman commented Mar 24, 2019

I'm running into this same situation running on Windows 10 with httpie against a local kestrel server with a self-signed cert.

@jboarman
Copy link

And then this resolved the issue for me ... I was unwittingly pointing to the wrong endpoint, which was not running ssl

ipython/ipython#8621

@chrahunt
Copy link
Member

In this case it looks like the URL https://pypi.org/simple/pyinstaller/ is using https.

@panche85, are you still experiencing this issue?

@chrahunt chrahunt added S: awaiting response Waiting for a response/more information type: support User Support labels Jul 24, 2019
@triage-new-issues triage-new-issues bot removed the S: needs triage Issues/PRs that need to be triaged label Jul 24, 2019
@chrahunt
Copy link
Member

Hi @panche85. Since there's been no update I'll close this issue now, but reach out again if you have any problems.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Sep 30, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
@pradyunsg pradyunsg removed the S: awaiting response Waiting for a response/more information label Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support
Projects
None yet
Development

No branches or pull requests

4 participants