[FFmpeg-user] OT: How to download a video

Moritz Barsnick barsnick at gmx.net
Sun Nov 5 20:57:56 EET 2017


On Sat, Nov 04, 2017 at 12:13:08 -0600, JD wrote:
> URLError: <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL 
> routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>

In my experience, this may mean that the SSL installation and
configuration you (or your python) uses either misses support for TLS
1.2, or crypto policies are borked.

You're lucky that the HTTP (without 'S') alternative worked, some sites
don't have such fallbacks anymore.

Moritz


More information about the ffmpeg-user mailing list