[Website] Broken SSL-Cert
Posted: Fri May 27, 2016 5:50 pm
The server SSL-Cert seems to be broken (maybe missing intermediate cert)
and no i don't want to download the files without cert verification!
https://support.comodo.com/index.php?/D ... ew/250/17/
https://www.digicert.com/ssl-certificat ... -nginx.htm
should be the #2 key on this page: https://support.comodo.com/index.php?/D ... tion-sha-2
works without a problem (/tmp/com is the #2 key from the linked page)
Code: Select all
$ curl -fsSL "https://www.factorio.com/get-download/0.12.33/headless/linux64"
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
https://support.comodo.com/index.php?/D ... ew/250/17/
https://www.digicert.com/ssl-certificat ... -nginx.htm
should be the #2 key on this page: https://support.comodo.com/index.php?/D ... tion-sha-2
Code: Select all
$ curl -fsSL --cacert /tmp/com "https://www.factorio.com/get-download/0.12.33/headless/linux64"