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

(Optionally) allow unverified SSL certificates #52

Closed
blaind opened this issue Jun 26, 2013 · 5 comments
Closed

(Optionally) allow unverified SSL certificates #52

blaind opened this issue Jun 26, 2013 · 5 comments

Comments

@blaind
Copy link

blaind commented Jun 26, 2013

Monitoring does not work on hosts that require HTTPS and do not have a valid certificate. Would be nice to have a feature for disabling the validation

   requests.get(url, verify=False)
@coopr
Copy link

coopr commented Jun 26, 2013

Forgive me for an unintentionally snarky question, but if a host requires HTTPS, shouldn't that host have a valid SSL certificate?

@blaind
Copy link
Author

blaind commented Jun 26, 2013

Completely agreed, for proper security, they should have.

However, quick search on SO finds multiple questions where people are seeking ways to disable verification for various software/libraries (wget, curl, openssl, etc). Indeed, most of the software have such an option.

@JasonSwindle
Copy link

+1

@mayday6971
Copy link

Also +1. The config file should have a way to add SSL verification to no. When I do a request to localhost, and the cert is www.example.com, the request fails because the name did not match the request. I have the /server-info and /server-status only listening on localhost.

@JasonSwindle
Copy link

100x +1!!! I 100% agree verify SSL to no would help so much.

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

5 participants