-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add ability to disable SSL verification completely #53
Comments
This also goes to #52 |
Hello hello |
hey all , is there something new ? |
Hate to me-too, but I'd love to have this functionality. (And exposed via http_poller.) |
Oh man, I keep meaning to get to this, but I've just had zero bandwidth lately. If anyone wants to take a stab at this, I'd love to accept a PR. Otherwise, I'll try to get to it soon! |
Can someone provide a test case that illustrates which issues we're trying to solve here? I'm having a hard time generating a spec which causes Manticore's behavior to break. |
try an expired certificate, or one without a hostname specified |
Expired cert doesn't cause any problems on Ubuntu 18.04. I still can't find a way to repro this one :( |
Unfortunately
:verify
doesn't really skip all checks likecurl -k
does.It'd be great to be able to have
curl -k
like behavior (Just get the data, ignore all SSL issues).I don't see a way to do this as a user because configuring the connection factory a-la http://stackoverflow.com/questions/2703161/how-to-ignore-ssl-certificate-errors-in-apache-httpclient-4-0 isn't possible. It'd be great to add in a feature whereby that could be done. I'll try to submit a PR soon.
The text was updated successfully, but these errors were encountered: