**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 ](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages#https-errors)
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