Skip to content
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

Allow cert bundle to be specified via env var #200

Closed
jamesls opened this issue Jan 3, 2014 · 1 comment · Fixed by #203
Closed

Allow cert bundle to be specified via env var #200

jamesls opened this issue Jan 3, 2014 · 1 comment · Fixed by #203

Comments

@jamesls
Copy link
Member

jamesls commented Jan 3, 2014

Requests has a feature where you can set an env var to point to a ca bundle: http://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification, however due to a bug in requests, this code path is not used when creating requests yourself (as opposed to using Session.request). This means that we need to implement our own logic for retrieving this value.

We can either honor REQUESTS_CA_BUNDLE, or call it something more specific to botocore if we want.

@jamesls
Copy link
Member Author

jamesls commented Jan 16, 2014

Fixed via #203

@jamesls jamesls closed this as completed Jan 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant