Open MinisculeGirraffe opened 1 year ago
Description When visiting https://www.ferrumjs.org/ you receive an HTTPS error in the browser.
NET::ERR_CERT_COMMON_NAME_INVALID
The TLS Cert is issued for *.github.io, without a subject alternative name for your domain, hence the error.
I'm assuming that it's just a GitHub pages misconfiguration. Probably a DNS error so LetsEncrypt couldn't automatically issue a new cert.
Here's the troubleshooting docs
Description When visiting https://www.ferrumjs.org/ you receive an HTTPS error in the browser.
NET::ERR_CERT_COMMON_NAME_INVALID
The TLS Cert is issued for *.github.io, without a subject alternative name for your domain, hence the error.
I'm assuming that it's just a GitHub pages misconfiguration. Probably a DNS error so LetsEncrypt couldn't automatically issue a new cert.
Here's the troubleshooting docs