-
Notifications
You must be signed in to change notification settings - Fork 26
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
ca_bundle ignored for some profiles #36
Comments
I edited the post. Turns out the behavior is the same in Windows and macOS. I didn't realize I had set |
Fixed since |
Thanks for the very quick fix! I sent a minor PR (#38) that quotes the option to allow for whitespace. |
@bondsb Thanks. It will come with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At work we have TLS inspection, and I set
ca_bundle
in the~/.aws/config
file to an appropriate certificate.Running
yawsso
only picks up the certificate for my default profile. For other profiles,ca_bundle
seems to be ignored. I receive an error:Error executing command: 'aws sts get-caller-identity'. Exception: SSL validation failed for https://portal.sso.us-east-1.amazonaws.com/federation/credentials?role_name=redacted&account_id=redacted [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)
A workaround is to set the environment variable
AWS_CA_BUNDLE
. This is picked up each time.The text was updated successfully, but these errors were encountered: