http://www.uthgard.net is using SSL now, but is only exposing it's own certificate, not the full certificate chain (as required). This means the webpage will work fine in Google Chrome and some browsers, but other utilities that do not keep SSL chains locally will fail to validate the certificate.
https://www.ssllabs.com/ssltest/analyze.html?d=www.uthgard.net&latest
Webserver should use fullchain.pem for SSL (might require manually reordering/concatting of the certs)
issue was resolved by Blue
|