Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
DailyMotion : <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)> #10574
Comments
|
Could you visit https://www.dailymotion.com/ in Internet Explorer and try again? |
|
Same Result after opening in IE (with python 3.5.1)...BUT I discovered it does work correctly with Python 2.7.5 ** During handling of the above exception, another exception occurred: Traceback (most recent call last): C:>"C:\Program Files\Internet Explorer\iexplore.exe" "http://www.dailymotion.com/video/xnipke_hidden-victims-of-mental-illness_lifestyle" C:>youtube-dl.py -v "http://www.dailymotion.com/video/xnipke_hidden-victims-of-mental-illness_lifestyle" During handling of the above exception, another exception occurred: Traceback (most recent call last): ** This time with Python 2.7.5 it does work (I did not have to first open in IE)
Thanks |
|
Python < 2.7.9 does not verify SSL certificates, so it's just OK. |
|
Possibly a duplicate of #7309. Could you check whether there are expired certificates in Windows Certificate Store? See #7309 (comment) for detailed steps. DailyMotion uses certificates from DigiCert company:
|
|
You are on the right track.... ...but #7309 mentioned the --no-check-certificate flag...that DOES work (with 3.5.1): |
|
Having the same issue here running on Linux with ca-certificates installed. Workaround include changing config, see https://access.redhat.com/articles/2039753. The real fix for me was setting environment variable: I'd suggest to use "requests" instead if possible, see https://github.com/lepture/flask-oauthlib/issues/200 You may also use my Dockerized youtube-dl: |

Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.09.04.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):