Ssl – Can’t download from a https address using wget

httpssslssl-certificatewget

I'm trying to download some videos from DefCon archive using wget but i'm getting this:

Unable to establish SSL connection.

I tried to use wget with --no-check-certificate but got the same result.
What is the problem?
How can I force wget to download the file?

Best Answer

I think the problem is at their end as I get the same issue when using a web browser, curl, wget and openssl client

~$ openssl s_client -connect media.defcon.org:443 CONNECTED(00000003) 15891:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188: