-
Notifications
You must be signed in to change notification settings - Fork 72
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
Session Manager Plugin does not honor AWS_CA_BUNDLE / --ca-bundle #68
Comments
i'm running into this as well, caused a bit of confusion since it isn't working like the rest of aws cli
|
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unlike other AWS CLI commands,
aws ssm start-session
does not currently honor theAWS_CA_BUNDLE
environment variable /--ca-bundle
CLI option to override the CA certificate bundle used to verify SSL certificates. session-manager-plugin appears to always use the default system root CA certificate bundle regardless of these parameters.The text was updated successfully, but these errors were encountered: