You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: