Ray Satiro <[email protected]> writes: >> 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.
Note that you can also put "check_certificate = no" in your wgetrc, although this is discouraged for obvious reasons. > Are you sure? If the certificate is valid that should work. Your wgetrc > should > have a line like this > ca_certificate = C:\System\Curl\curl-ca-bundle.crt Maybe Wget could be smarter about locating certificate bundles on Windows. On Linux Wget uses the default CA bundle set up by OpenSSL, or by the distributor's packaging of OpenSSL (I forget which). If Windows has a concept of a "system" bundle, Wget should make use of it as a reasonable default.
