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

SSLError #11

Closed
Aranastou opened this issue Apr 3, 2020 · 6 comments
Closed

SSLError #11

Aranastou opened this issue Apr 3, 2020 · 6 comments

Comments

@Aranastou
Copy link

In a server that is self-signed certificate the program raises a SSLError exception.
[SSL: CERTIFICATE_VERIFY_FAILED].
Maybe put an exception for this situation or ignore to verify the cert.

@mzfr
Copy link
Owner

mzfr commented Apr 3, 2020

@Aranastou thanks for the issue, can you share details like how did you run the tool etc, just so I can test it once the changes are made.

@Aranastou
Copy link
Author

@mzfr no problem.I run it as the documentation propose.
https://github.com/mzfr/liffy/wiki/Usage.
It does'nt matter the option because is problem of the SSL cert.I test your tool for a pentest but unfortunately because of this issue didn't ran at all.
A propose mitigation for me is to just ignore the verification if the server is self-signed certificate.

@mzfr
Copy link
Owner

mzfr commented Apr 3, 2020

well, I didn't give a lot of thought when I was developing the tool and didn't make any changes thinking that not many people were using this. But since you are willing to use this, I'll push the update as soon as possible :)

@Aranastou
Copy link
Author

That's alright! Thanks! 👍

@mzfr
Copy link
Owner

mzfr commented Apr 6, 2020

@Aranastou I've pushed a change to and it seems it's working with SSL certs now. Can you please pull the new changes and see if this seems to fix your issue or not.

@Aranastou
Copy link
Author

Yes it seems fixed. I closing the issue! 👍

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

2 participants