Custom CA root certificate support #5294
Labels
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
needs-triage
This issue or PR still needs to be triaged.
package/tools
Related to AWS CDK Tools or CLI
Many large companies force developers to connect to services like AWS through an SSL proxy. Command line programs like the CDK won't be able to connect to AWS without establishing trust with the proxy certificates.
Several folks have created issues recently in the JS SDK describing issues with the CDK, JS SDK, and transparent SSL proxies:
aws/aws-sdk-js#2902
aws/aws-sdk-js#2970
#2902 issue was migrated from the CDK repository.
I have a PR ready that provides support for specifying a custom CA root certificate via two mechanisms: as a command line option
--ca-bundle-path
or as an environment variableAWS_CA_BUNDLE
.Reproduction Steps
In order to reproduce, you will need a transparent HTTPS proxy that generates certificates on-the-fly using a custom CA. You can mimic this yourself using the open source
mitmproxy
software.Error Log
See the example error in aws/aws-sdk-js#2902
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: