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

requests is not behaving #144

Closed
manuel-delverme opened this issue Apr 8, 2016 · 0 comments
Closed

requests is not behaving #144

manuel-delverme opened this issue Apr 8, 2016 · 0 comments

Comments

@manuel-delverme
Copy link

➜ ~ howdoi bake a cake
[ERROR] Encountered an SSL Error. Try using HTTP instead of HTTPS by setting the environment variable "HOWDOI_DISABLE_SSL".

Failed to establish network connection

➜ ~ export HOWDOI_DISABLE_SSL=1
➜ ~ env | grep HOWDOI_DISABLE_SSL
HOWDOI_DISABLE_SSL=1
➜ ~ howdoi bake a cake
[ERROR] Encountered an SSL Error. Try using HTTP instead of HTTPS by setting the environment variable "HOWDOI_DISABLE_SSL".

Failed to establish network connection

➜ ~ python -m howdoi.howdoi bake a cake
[ERROR] Encountered an SSL Error. Try using HTTP instead of HTTPS by setting the environment variable "HOWDOI_DISABLE_SSL".

Failed to establish network connection

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

2 participants