-
Notifications
You must be signed in to change notification settings - Fork 19
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 option to skip certificate validation #6
Comments
Hi, SSL Cert Verification is disabled by default; I defined it this way to avoid errors with self-signed certificates or when testing the tool against development environment URLs: Line 766 in 9ae4f33
|
Thanks for your reply. :) I see. It's related to ipapi.co which you are already stating in https://github.com/rfc-st/humble#caveats. Always better to read the manual first hehe. A switch for disabling that behaviour would be nice. Of course it's no problem to edit the source code for such seldom cases. But especially for humble installed as OS package, a switch would be the prefered solution I think. Feel free to close this issue, if you are think there is no switch needed. :) |
I will take a look at it this week to see what might be the best solution, without relying on more parameters. At first sight, maybe add also 'verify=False' in the call to ipapi.co, to avoid errors in certificate validation. Thanks for your suggestion!, |
Hello!, Have a look at this recent commit: 1c99b73
I've done a couple of tests and everything seems fine. If you agree, confirm it with me and I'll close this issue. Thanks!. |
Hi rfc-st, thanks a lot. Just tested latest master and works fine for me. :)
By the way: I noticed, the tool does not recognize empty/failed responses by the webserver. Instead the tool lists all headers as missing, which does not make really sense in such cases. Would be better to display an error like So again. Thanks for fixing and improving this peace of software. Issue can be closed. :) |
Thanks for your confirmation!. On the other point, I will take a look at it later. |
I couldn't find any switch to disable certificate validation. Would be nice to have. I.e. if used with proxy tools like burp or proxychains.
The text was updated successfully, but these errors were encountered: