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.
SSL cert issue #1392
SSL cert issue #1392
Comments
|
There is a valid SSL certificate for yt-dl.org! There's a very good reason why certificate checking is on by default, and we will certainly not instruct users to disable it. Can you upload the certificate and youtube-dl binary you got somewhere? Also of interest would be the output of |
|
Not sure how to get the SSL cert, but here is the debug info:
|
|
To get the certificates, type
Then, simply upload the |
|
Doesn't this have to do with wget not using SNI ? |
|
@Rudloff That was my first suspicion, but I thought that was a squeeze issue and should be fixed in wget 1.13. However, it turns out you're right: Update to a current version of wget or use curl to solve this download problem. |
I tried to install according to instructions (http://rg3.github.io/youtube-dl/download.html) but that resulted in an SSL certificate error.
It would be good if you can fix the SSL cert issue or put '--no-check-certificate' into the documantation so others don't have the issue