Skip to content

pip 20.3 https://pypi.org SSLError WRONG_VERSION_NUMBER #9223

@SandorSzalma1

Description

@SandorSzalma1

Environment

  • pip version: 20.3
  • Python version: 3.8.5
  • OS: Windows 10

Description
pip install ibm_db does not work anymore as https://pypi.org cannot be reached anymore:

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:1123)'))': /simple/ibm-db/

Expected behavior
the packages can be installed without issue
with pip version 20.2.4 it works fine

How to Reproduce

conda create -n xxx python=3.8 pip
conda activate xxx
pip install ibm_db --verbose

Output

* https://pypi.org/simple/ibm-db/
Fetching project page and analyzing links: https://pypi.org/simple/ibm-db/
Getting page https://pypi.org/simple/ibm-db/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/ibm-db/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
Incremented Retry for (url='/simple/ibm-db/'): Retry(total=4, connect=None, read=None, redirect=None, status=None)
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:1123)'))': /simple/ibm-db/

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions