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

SSL cert validation failure on GPG endpoint #54

Open
jbhasemeier opened this issue Feb 28, 2023 · 0 comments
Open

SSL cert validation failure on GPG endpoint #54

jbhasemeier opened this issue Feb 28, 2023 · 0 comments

Comments

@jbhasemeier
Copy link

jbhasemeier commented Feb 28, 2023

https://s3.amazonaws.com/amazoncloudwatch-agent/assets/amazon-cloudwatch-agent.gpg doesn't have a valid SSL cert resulting in a failure when attempting to grab RPM key (imagine this is also an issue for APT):

Failed to validate the SSL certificate for s3.amazonaws.com:443. Make sure your managed systems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible. The exception msg was: TLS/SSL connection has been closed (EOF) (_ssl.c:727)."

https://github.com/christiangda/ansible-role-amazon-cloudwatch-agent/blob/master/tasks/install-redhat.yml#L3

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

No branches or pull requests

1 participant