landscapeio / landscape-issues

The public issue tracker for Landscape.io (https://landscape.io)
15 stars 1 forks source link

SSL certificat is without certificat chain #309

Closed fliiiix closed 4 years ago

fliiiix commented 5 years ago

At radish the status badge is broken. As seen here:

Screenshot_2019-03-26 radish-bdd radish

This is due to that the github caching failed. And according to there support this happens because they need the entire certificate chain provided. But https://landscape.io/ only provides the Server Certificate.

I guess best practices is to provide the intermediated certificates.

When configuring a web server, the server operator configures not only the end-entity certificate, but also a list of intermediates to help browsers verify that the end-entity certificate has a trust chain leading to a trusted root certificate. Source: https://letsencrypt.org/certificates/

Can you please configure you web server to provide the certificate chain?