You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
There should be an option to ignore SSL errors (which of course is not recommended due to lack of security)
The text was updated successfully, but these errors were encountered: