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.
Get SSL failure when trying to download video from facebook. #5225
Comments
|
It works for me, could you try the following (you can get the video url with
|
|
I have the same issue (with a public video). wget reports: Connecting to fbcdn-video-i-a.akamaihd.net (fbcdn-video-i-a.akamaihd.net)|88.221.89.48|:443... connected. Using the "--no-check-certificate" option to youtube-dl or wget works around the problem. |
|
Yes with the --no-check-certificate workaround it works :-
But it needs this workaround otherwise it asks for certificate each time. Both while either using wget or curl.
With wget get this :-
|
|
I guess that curl, wget and python haven't been properly configured to use the certificates. Setting the @shirishag75 wget seems to be correctly using the certificates, but you need to pass the full url (with all the stuff after the |
|
@jaimeMF you are correct, with the full url it works. Will ask people for ssl_cert_file environment variable. |
|
I'm closing the issue, since it's not a youtube-dl bug. You may want to look into the ca-certificates package. |
|
I do have that installed but for some reason it doesn't work. Btw it seems even vimeo has the same issue.
and without the check for the certificate :-
|
|
And every website that forces the use of https (like YouTube itslef) will probably fail, I'll try to reproduce the error in a virtual machine. |
|
I installed debian jessie in a VM and I could only reproduce the issue if set the |
Hi all,
I have been trying to download fb videos. When asking to see which streams are downloadable it's all good :-
But when I am actually trying to download the video in question I get the following :-
Now the changes I have made is in the alphanumeric sequences which it tells/shares when the downloader is invoked, whether those are cookies or something which identifies me is not known to me hence not sharing that. Obviously username and password are also marked as 'private'. Any ideas anybody ?