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

Add note in README about corporate networks + SSL issue #245

Open
boydgreenfield opened this issue Apr 10, 2019 · 0 comments
Open

Add note in README about corporate networks + SSL issue #245

boydgreenfield opened this issue Apr 10, 2019 · 0 comments

Comments

@boydgreenfield
Copy link
Contributor

On some corporate networks, it may be necessary to set REQUESTS_CA_BUNDLE in order to avoid SSL errors.

This can be done on a Windows machine:
setx REQUESTS_CA_BUNDLE C:\path\to\bundle.crt

Or on a Mac or Linux box:
export REQUESTS_CA_BUNDLE=/path/to/bundle.crt

@boydgreenfield boydgreenfield changed the title Add note in README about getting certs to work with requests Add note in README about workaround for corp networks + SSL Apr 10, 2019
@boydgreenfield boydgreenfield changed the title Add note in README about workaround for corp networks + SSL Add note in README about corporate networks + SSL issue Apr 10, 2019
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

No branches or pull requests

1 participant