CesiumGS / webglreport

A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
https://webglreport.com
Apache License 2.0
391 stars 99 forks source link

Add HTTPS support for webglreport.com #37

Closed mramato closed 6 years ago

mramato commented 7 years ago

It looks like the SSL certificate expired and no one updated it: https://webglreport.com/

shunter commented 6 years ago

Actually, HTTPS never worked. webglreport.com is hosted on GitHub pages, so the certificate used for HTTPS is a GitHub certificate which doesn't match.

emackey commented 6 years ago

Does GitHub not support proper https certs for custom domains?

shunter commented 6 years ago

No. (you would need some way to upload your cert to GitHub) If you search around you can find details on using something like CloudFlare as a reverse proxy.

emackey commented 6 years ago

@mramato I vote we close this, sadly.