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

Traceback on vault certificate error #174

Closed
patrikspiess opened this issue Nov 29, 2023 · 0 comments · Fixed by #176
Closed

Traceback on vault certificate error #174

patrikspiess opened this issue Nov 29, 2023 · 0 comments · Fixed by #176
Assignees

Comments

@patrikspiess
Copy link
Member

When the CA chain for the vault service is not present there is a certificate error which leads to a traceback. The error shown is:

requests.exceptions.SSLError: HTTPSConnectionPool(host='...', port=443):
Max retries exceeded with url: /v1/auth/approle/login 
(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)')))

There should be an option to ignore SSL errors (which of course is not recommended due to lack of security)

@patrikspiess patrikspiess self-assigned this Nov 29, 2023
lucmurer added a commit that referenced this issue Dec 11, 2023
…ate-error-#174

Traceback on vault certificate error #174
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 a pull request may close this issue.

1 participant