-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
exhentai SSL issue #4891
Comments
went back and tried 1.25.8 with verbose:
|
Probably just a H@H node with expired certs. |
Using
I didn't see a |
This should be fixed in urllib3 >= 2.0.4 |
I have the same problem. |
ok it seems I have Python after all. The latest version of Python for Windows 7 is 3.8.10 |
pip was v21, I upgraded it to v23 with this |
I tried on Windows 10, still the certificat error : [gallery-dl][debug] Version 1.26.5 - Executable |
v2.1.0 is the current released one https://pypi.org/project/urllib3/ |
Could you try urllib3 before 2.0? Are you using some "special" network settings? |
In Windows 10, I removed the parameter So I uninstalled/reinstalled Python 3.8.10, and here is the result : with Windows 11 version 23H2 with Windows 7 version 6.1 build 7601 same LAN, same internet, same URL... |
hmmm I finally understood that my current installation of Python has no effect on gallery-dl. They all fail on Windows 7 AND Windows 11, with error |
did v1.25.8 as well on a random exhentai url. both had the same issue. |
I think I also have this problem? I've been looking around but no matter what I do I end up with this:
|
Hi there I'm back. Yeah I have now encountered the same issue as well but, I had help to fix the i7 problem I was previously encountering. Below is the process before I run into the error that keeps repeating for each possible image.
|
e.g. when 'browser' is set to a non-empty value and gallery-dl creates its own SSLContext instance instead of using requests' and urllib3's defaults. urllib3 disables this option for its default contexts, since it does this check on its own. Fixes "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled" when using --no-check-certificate. (#3614, #4891, #5576)
using version 1.26.3 and previous versions, I've been getting this error on a bunch of galleries not just this one for about a month.
and that's where I cut it off.
The text was updated successfully, but these errors were encountered: