Skip to content
Discussion options

You must be logged in to vote

Add AWS_CA_BUNDLE env var support

I believe only the CLI currently supports AWS_CA_BUNDLE. I've created a feature request to track adding it

Add proxy_config() or similar to aws_smithy_http_client::Builder

We could consider this. Really what we'd like to be able to do longer term is have stable Connector traits that allow users to configure a lot more externally so we don't have to expose every config option.


If you are using rustls you might try SSL_CERT_DIR or SSL_CERT_FILE env variables as a workaround which should be supported by that provider (see rustls/rustls-native-certs#16)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zdelv
Comment options

Answer selected by zdelv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants