Issues defining self signed cert chain in config file #7025
-
My org uses a VPN provider that intercepts traffic for decryption and URL filtering enforcement. I'd prefer to have the application import the self-signed cert in use by our VPN instead of using I'm having inconsistent behavior with using the various cert import features. This occurs for all aws cli commands - ec2, s3, sts, but I'm most concerned about getting s3 querying working for another dev team to utilize. I speculate there's something not right with my config file syntax that I'd like assistance verifying. What works:
What doesn't work:
Details about my environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @juliamayer-self thanks for reaching out. We have a troubleshooting documentation page for this kind of SSL issue that should help: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-troubleshooting.html#tshoot-certificate-verify-failed That error has also been reported in several older issues which I recommend looking through if you're stuck. |
Beta Was this translation helpful? Give feedback.
Hi @juliamayer-self thanks for reaching out. We have a troubleshooting documentation page for this kind of SSL issue that should help: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-troubleshooting.html#tshoot-certificate-verify-failed
That error has also been reported in several older issues which I recommend looking through if you're stuck.