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

Change RPM key URLs to non-SNI versions #353

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

bkabrda
Copy link
Contributor

@bkabrda bkabrda commented Apr 29, 2021

On older Python versions present in RHEL/CentOS 6 and SUSE 12, using keys.datadoghq.com results in following error:

Failed to validate the SSL certificate for keys.datadoghq.com:443. Make sure your managed systems have a valid CA certificate installed. If the website serving the url uses SNI you need python >= 2.7.9 on your managed machine

This PR changes the URLs to point to s3.amazonaws.com/public-signing-keys/, which is the S3 bucket backing keys.datadoghq.com and doesn't require the Python interpreter to support SNI.

@bkabrda bkabrda requested a review from a team as a code owner April 29, 2021 09:49
@bkabrda bkabrda merged commit 99fd850 into master Apr 29, 2021
@bkabrda bkabrda deleted the slavek.kabrda/old-python-friendly-keys branch April 29, 2021 09:55
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.

2 participants