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.
-U doesn't use encrypted connection #5909
Comments
|
Fixed, thanks for the report! Note that the files are verified with RSA, so it shouldn't be as easy as replacing the content (but my knowledges are quite limited in that field). |
When I try to update
youtube-dlusing-Uoption onOSX, it tries to connect torg3.github.ioover port 80. And then it tries to update the software over an unencrypted and unauthenticated channel.This is bad, because unencrypted and unauthenticated traffic is bad, and because anyone on the network could easily tamper the traffic.
Please use TLS?