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

Unable to use variable STOVE_NO_SSL_VERIFY to disable SSL verify #108

Open
chrisduong opened this issue Feb 10, 2017 · 1 comment
Open

Comments

@chrisduong
Copy link

chrisduong commented Feb 10, 2017

Hi,

I try to disable SSL verify for my private supermarket, so I export variable

export STOVE_NO_SSL_VERIFY=true

But it does not work as the this line https://github.com/sethvargo/stove/blob/b512213255586301d20ac7b518c9733aa1b7455a/lib/stove/community.rb#L87-L95

It never works because Config.ssl_verify is always true.

https://github.com/sethvargo/stove/blob/b512213255586301d20ac7b518c9733aa1b7455a/lib/stove/cli.rb#L38-L42

@chrisduong chrisduong changed the title Inconsistent variable for NO_SSL_VERIFY Unable to use variable STOVE_NO_SSL_VERIFY to disable SSL verify Feb 11, 2017
@tyler-ball
Copy link

Seems like a valid bug, thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants