-
Notifications
You must be signed in to change notification settings - Fork 123
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
SSL certificate verification fails (CERTIFICATE_VERIFY_FAILED) #225
Comments
Try with option |
If you're on macOS, see #226. |
This is a related but different issue: Some builds of Python 2 don't support SNI (Server Name Indication) and will sometimes complain about certificate verification errors. There are three ways to work around this:
|
Just a heads up. I'm on Windows and the problem resolved itself after I updated Python. I must've been using an old version and for whatever reason it was giving me verification errors. I don't know but it resolved after I updated. Also using -S never worked with the tag "tumblr_backup.py username -S" or so I read on another similar thread. I tried that before updating and it give me an unknown error because it didn't recognize "-S". Unless I was doing that wrong. I don't know but like I said it resolved after the update. I'm only replying now because I kept getting email notifications. |
Options generally go before the non-options, so the command should have been |
I'm reopening this issue so it can be tracked separately. Certificate verification errors are tracked here, TLS protocol version errors are tracked in #226. |
I'm trying to do a backup of all files and media on my tumblr and my likes, but keep getting
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed <_ssl.c:590>>
I already allowed the program in API application settings and copied the API Key to the tumblr_backup.py but now the problem above persists. Unless I filled something out on the application wrong? I didn't know what to put for the urls so I used mine tumblr url. This is how I filled out the API application.
The text was updated successfully, but these errors were encountered: