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

Get config request ignores "SSL verify" setting #171

Closed
satterly opened this issue Feb 19, 2019 · 0 comments
Closed

Get config request ignores "SSL verify" setting #171

satterly opened this issue Feb 19, 2019 · 0 comments
Labels
bug Something isn't working good first issue Issues that new contributors can easily work on

Comments

@satterly
Copy link
Member

Linuxtechie @linuxtechie 11:08
@satterly one more bug:

r = requests.get(config_url)
here "sslverify = off" is ignored. I got it running by replacing
r = requests.get(config_url)
with
r = requests.get(config_url, verify=False)

@satterly satterly added bug Something isn't working good first issue Issues that new contributors can easily work on labels Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Issues that new contributors can easily work on
Projects
None yet
Development

No branches or pull requests

1 participant