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

ci(setup-python): fix old pip self upgrade #150

Merged
merged 1 commit into from
May 13, 2024
Merged

ci(setup-python): fix old pip self upgrade #150

merged 1 commit into from
May 13, 2024

Conversation

scop
Copy link
Owner

@scop scop commented May 13, 2024

The certs at disposal of the baseline pip that gets upgrade do not have a chain to trust the current pypi.org cert on e.g. Python 3.5, yielding:

Could not fetch URL https://pypi.python.org/simple/pip/: There was a
problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:728) - skipping

Point to the system CA cert bundle to fix.

The certs at disposal of the baseline pip that gets upgrade do not have
a chain to trust the current pypi.org cert on e.g. Python 3.5, yielding:
```
Could not fetch URL https://pypi.python.org/simple/pip/: There was a
problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:728) - skipping
```

Point to the system CA cert bundle to fix.
@scop scop merged commit 7e0a37a into main May 13, 2024
12 checks passed
@scop scop deleted the ci/old-py-setup branch May 13, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant