You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
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