mirror of https://github.com/yt-dlp/yt-dlp
[utils] Default SSL to TLS. (Fixes #3727)
On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards. On 3.4+, we now use the proper function so that we get all the latest security configurations. We allow SSLv3 though for the time being, since a lot of older pages use that. On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility.pull/8/head
parent
edb53e2dc3
commit
aa37e3d486
Loading…
Reference in New Issue