I am using wget to download a file on a windows 2008 box using the following command line:
wget -O - https://dwdev.deckers.com/AccertifyIntranet/FraudListener.aspx The error that I am getting is: --2011-02-03 11:57:57-- https://dwdev.deckers.com/AccertifyIntranet/FraudListener.aspx Resolving dwdev.deckers.com... 10.3.0.162 Connecting to dwdev.deckers.com|10.3.0.162|:443... connected. ERROR: cannot verify dwdev.deckers.com's certificate, issued by `/C=US/O=Thawte, Inc./CN=Thawte SSL CA': Unable to locally verify the issuer's authority. To connect to dwdev.deckers.com insecurely, use `--no-check-certificate'. Unable to establish SSL connection. I have verified that the certificate (and all intermediate certificates) are properly installed. I do not have the option of using the "--no-check-certificate" switch so am stuck trying to get this to work. Does anyone have any idea what the issue may be? Thank you in advance for any help provided. Keith Copeland Software Engineer Deckers Outdoor Corporation (928) 779-5938 ext 1201
