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

Certificate verify failed #5

Open
Mac85 opened this issue Jul 20, 2020 · 1 comment
Open

Certificate verify failed #5

Mac85 opened this issue Jul 20, 2020 · 1 comment

Comments

@Mac85
Copy link

Mac85 commented Jul 20, 2020

Hi, I try to scan my web app but I obtain this error:

raise SSLError(e, request=request) requests.exceptions.SSLError:......

Is there a way to solve this problem?

Thanks

@n1sh1th
Copy link

n1sh1th commented Apr 23, 2021

Hi Mac85, it seems an error of requests library ssl negotiation. To resolve this just go to tasks folder and add following in each and every instance of requests library as an argument.
verify=False

For more details check following link.
https://stackoverflow.com/questions/51768496/why-do-https-requests-produce-ssl-certificate-verify-failed-error

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