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

Unexpected SSL error #1444

Open
BetterDefender opened this issue Nov 28, 2024 · 1 comment
Open

Unexpected SSL error #1444

BetterDefender opened this issue Nov 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BetterDefender
Copy link

I am using Python 3.12.6 to run dirsearch to scan HTTPS websites, but I am getting an 'Unexpected SSL error'. I have tried updating the SSL certificates used by Python and reinstalled the Python certificate module 'certifi', but the issue persists.

CleanShot 2024-11-28 at 17 53 44@2x

@BetterDefender BetterDefender added the bug Something isn't working label Nov 28, 2024
@kiveno
Copy link

kiveno commented Dec 19, 2024

The SSL error may be caused by incompatibility with the version of the urllib3 library. You can try upgrading or downgrading the urllib3 library to a compatible version. For example, downgrading to urllib3==1.26.5 may resolve the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants