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.
Problem with ssl on some youtube servers #2540
Comments
|
The 188.21.9.* servers look like valid YouTube servers, they're just on the premises of Telekom Austria. Can you describe that network a little bit more? Is it mobile? Is it a corporate network where a transparent proxy could be in between all traffic? In any case, it looks like the remote end is misconfigured to not support SSL (we always pick HTTPS for all intermediate URLs). Can you post the output you get when you surf to http://youtube.com:443/ (or, if you're technically inclined: what do you get for We'll consider adding a switch to prefer HTTP over HTTPS, but what you're seeing is really the fault of the proxy. |
|
Thanks for your comment.
Also gives me an error in the browser. I will probably meddle with my DNS server to return a different IP for Youtube. |
|
This is probably a dupe of #2219 Try upgrading your Python. |
Hi,
there seems to be a problem with ssl on some youtube servers.
Test command:
python youtube-dl -vv -f 137+140 https://www.youtube.com/watch?v=eDeKetrM5WcIn country A this gives me:
But works perfectly fine in country B on an identical system.
DNS Lookup country A:
DNS Lookup country B:
It doesn't make any difference if I use the video link with https or http.
Any ideas?
Thanks