We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Config.ssl_verify
true
https://github.com/sethvargo/stove/blob/b512213255586301d20ac7b518c9733aa1b7455a/lib/stove/cli.rb#L38-L42
The text was updated successfully, but these errors were encountered:
Seems like a valid bug, thanks for the report!
Sorry, something went wrong.
No branches or pull requests
Hi,
I try to disable SSL verify for my private supermarket, so I export variable
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 alwaystrue
.https://github.com/sethvargo/stove/blob/b512213255586301d20ac7b518c9733aa1b7455a/lib/stove/cli.rb#L38-L42
The text was updated successfully, but these errors were encountered: