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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
