adobe / ferrum

Features from the rust language in javascript: Provides Traits/Type classes & a hashing infrastructure and an advanced library for working with sequences/iterators in js
https://www.ferrumjs.org
Apache License 2.0
519 stars 25 forks source link

HTTPS Error on www.ferrumjs.org #246

Open MinisculeGirraffe opened 1 year ago

MinisculeGirraffe commented 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