-
Notifications
You must be signed in to change notification settings - Fork 595
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
<urlopen error [SSL] internal error (_ssl.c:1123)> #93
Comments
Im facing the same issue.. please do let me know if its resolved |
Hey man, it was happened to me too I fixed it by adding the following lines of code into linkfinder.py
|
If it is still happening , just remove those two lines from linkfinder.py
|
in linkfinder.py: you maybe need to check you ssl.py , find a function like "_create_unverified_context()" instead of "create_default_context()"
|
python3 linkfinder.py -i https://www.domain.com/javascript.js?2355451 -o cli
Usage: python linkfinder.py [Options] use -h for help
Error: invalid input defined or SSL error: <urlopen error [SSL] internal error (_ssl.c:1123)>
The text was updated successfully, but these errors were encountered: