I am trying to use wget via Cygwin to get some content from the https site. Unfortunately, when I try to connect, I get the following error:
The certificate is VeriSign Class 3 and has not expired. I tried using the options --no-check-certificate , --secure-protocol=SSLv2 , --secure-protocol=SSLv3 etc., which do not work, but give a slightly different error:
$ wget --secure-protocol=SSLv3 --no-check-certificate https://www.mysite.com/mycontent Connecting to XXXXXX... connected. GnuTLS: GnuTLS internal error. Unable to establish SSL connection.
I also tried exporting the DER certificate from Internet Explorer to my computer, and then transferring this certificate to wget, which also failed:
$ wget --certificate-type=DER --certificate=mysite.cer https:
Is there something I am missing? Can someone point me in the direction of what I have to do to make this work?
Sorry, but I had to change the real server information for reasons of employer privacy.
Here is my wget / cygwin configuration information:
$ wget

source share