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?