We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I'm assuming this project is dead if the HTTPS cert for hte docs website isn't even being updated after 8 months?
Sorry, something went wrong.
I would fix it, but since I am no longer working at adobe, so I can not.
@davidnuescheler How would you feel about pushing this project over to me personally, so I can keep maintaining it?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: