HbbTV-Association / ReferenceApplication

MIT License
79 stars 32 forks source link

Invalid HTTPS certificate setup on refapp.hbbtv.org #80

Closed emarsden closed 9 months ago

emarsden commented 9 months ago

The HTTPS (TLS/SSL) certificate on refapp.hbbtv.org was updated a few days ago (the certificate is dated 24 Nov 2023, signed by Gandi). It is incorrectly configured: it does not include the chain of certificates to the root of trust. This means that standard commandline applications like wget are not able to connect to the site, because they don't fetch missing certificates online (unlike a web browser).

See this site for confirmation:

https://whatsmychaincert.com/?refapp.hbbtv.org

Fix: modify the TLS certificate on the server to include the intermediate certificates provided by Gandi.

juhajoki commented 9 months ago

@emarsden thanks for the report, will check asap.

juhajoki commented 9 months ago

@emarsden fixed.