-
Notifications
You must be signed in to change notification settings - Fork 580
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
SSL3_GET_SERVER_CERTIFICATE:certificate verify failed #255
Comments
Try this. |
Unfortunately receiving the same error when using: Error message: |
Try with uninstalling livestreamer from Add/Remove or Program Functionalities then install the latest livestreamer and try again. |
Uninstalled both Livestreamer and VLC, and reinstalled (Livestreamer 1.7.2, VLC 2.1.2), same error message. :( |
Do you use some proxy/VPN that might mess with your HTTPS traffic? Does Twitch work in your browser? What OS are you using? |
It's possible, I'm at work and they do block some stuff (but not much). I unfortunately don't have the ability to tinker with any of their settings. That said, Twitch does work in my browser. I'm using Win 7 64. |
I'm getting the exact same error, tried both version (with or without the verify=False), tried uninstalling and installing again but still nothing. Using Win7 x64 and twitch works on my browsers perfectly. |
Same problem if cyperghost vpn is active.... Update: |
Hello,
occurs earlier, however, when checking the access token. In utils.py there is a function
) Unfortunately, adding |
Yes, I'm currently working on a overhaul of the internal HTTP usage in Livestreamer and that will make it possible to add a But that is still just a workaround. So far I've figured out that there is something funky with the certificate Twitch is using, which is signed by Godaddy. The Crunchyroll plugin is also having this issue and it is using a Godaddy certificate aswell. It's unknown what exactly is causing this but it is known to happen when using version |
Ah, yes, that is my While you are working on the overhaul, it might be good to just disable SSL cerification for that one step though, right? If have added the lines needed to turn off verification just for getting the access token here:
or on my fork on Github (should I do a pull request for that if you want it? I never used that feature of github..) |
I opted for a sligthly different fix in 5f6a3d3. Thanks for your effort though. |
backport #255 chrippa/livestreamer#255 git-svn-id: file:///srv/repos/svn-community/svn@107746 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Hello,
I'm having some issues using livestreamer - when I attempt to use it for anything, I receive a SSL3 Certifcate Error. I'm using the default config file and Livestreamer v1.7.2
Here's the error:
$ livestreamer twitch.tv/ongamenet
[cli][info] Found matching plugin twitch for URL twitch.tv/ongamenet error: Unable to open URL: https://api.twitch.tv/api/channels/ongamenet/access_token.json ([Errno 1]_ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed)
Any ideas?
The text was updated successfully, but these errors were encountered: