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

[twitter] SSL certificate errors when using a standalone executable #6393

Open
rivke41levp656 opened this issue Oct 29, 2024 · 2 comments
Open

Comments

@rivke41levp656
Copy link

On Arch Linux, when using the gallery-dl.bin standalone executable, or a nightly gallery-dl_linux, I get SSL certificate errors from twitter, similar to #6314.

The compiled binary from the AUR package works.

I have the following possibly relevant packages installed:

ca-certificates
ca-certificates-mozilla
ca-certificates-utils
python-certifi

I think the precompiled binaries used to work, say, a few months ago.

@mikf
Copy link
Owner

mikf commented Oct 29, 2024

This was most likely caused by the update from requests v2.31.0 to v2.32.3 in 6c0cce8. v1.27.5 with requests v2.31.0 doesn't have this problem, but v1.27.6 with requests v2.32.3 does.

edit: rebuilt the v1.27.7 executable with requests v2.31.0 and now it doesn't get an SSL certificate error anymore.

@mikf
Copy link
Owner

mikf commented Oct 29, 2024

I've updated the v1.27.7 release page with a gallery-dl.bin built with requests v2.31.0.

Now we just need to figure out why requests v2.32.3 causes this problem in the first place ... or keep using v2.31.0.

edit: related: #5665

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants