pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
738 stars 293 forks source link

boostrap.pypa's SSL certificate has expired #178

Closed d10sfan closed 1 year ago

d10sfan commented 1 year ago

As the title says the url that is recommended to get get-pip.py has an expired SSL certificate:

https://bootstrap.pypa.io/get-pip.py

image

And with wget:

+ wget https://bootstrap.pypa.io/get-pip.py
--2023-01-25 21:45:48--  https://bootstrap.pypa.io/get-pip.py
Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 146.75.28.175, 2a04:4e42:77::175
Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|146.75.28.175|:443... connected.
ERROR: The certificate of 'bootstrap.pypa.io' is not trusted.
ERROR: The certificate of 'bootstrap.pypa.io' has expired.
The certificate has expired
gaborbernat commented 1 year ago

Cc @ewdurbin

ewdurbin commented 1 year ago

working on this now. looks like the CDN issued cert needed a DNS validation update but no notification was sent.

pradyunsg commented 1 year ago

Thank you @ewdurbin! ❤️

ewdurbin commented 1 year ago

Resolved. Note to self we should move bootstrap.pypa.io to the main PSF fastly account at some point... Its the only remaining service in the PyPA account.