On 2015/11/02 19:45, Markus Lude wrote: > On Sat, Oct 24, 2015 at 09:05:27PM +0200, Markus Lude wrote: > > Hello Paul, > > Hello again, > > > make fetch fails for recent youtube-dl: > > > > ===> Checking files for youtube-dl-2015.10.24 > > >> Fetch https://yt-dl.org/downloads/2015.10.24/youtube-dl-2015.10.24.tar.gz > > ftp: SSL read error: read failed: error:140940E5:SSL > > routines:SSL3_READ_BYTES:ssl handshake failure > > recent update to youtube-dl-2015.11.01 fails too at the dowenload stage: > > ===> Checking files for youtube-dl-2015.11.01 > >> Fetch https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz > ftp: SSL read error: read failed: error:140940E5:SSL > routines:SSL3_READ_BYTES:ssl handshake failure > > > quick workaround: use http instead? > > Regards, > Markus >
The https server for yt-dl.org requires SNI, is there anything unusual about the way you're connecting to it (weird proxy or something)? It would be interesting to see what 'nc -vvc yt-dl.org 443' says.
