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
Basically they both seems to use the *.github.com/*github.io certificates but as the domain isn't any of the subdomains of github anymore this leads to an error/warning in most browsers.
E.g.
embedonomicon.rust-embedded.org uses an invalid security certificate.
The certificate is only valid for the following names: www.github.com, *.github.io, *.githubusercontent.com, *.github.com, github.com, github.io, githubusercontent.com
Error code: SSL_ERROR_BAD_CERT_DOMAIN
The text was updated successfully, but these errors were encountered:
With the reorg per rust-embedded/wg#208, all docs are now hosted under https://docs.rust-embedded.org, and TLS certs are lined up correctly for that. However, the following will still fail if you try to go directly to the https version - this is because the following pages actually host a HTTP redirect and there are certificate issues going from AWS to Github:
I think at this point the right way to fix this will be to get TLS certs for those specific domains (probably through LetsEncrypt) and then run a lambda at those endpoints to do the HTTP redirect.
Both:
lead to invalid certificate errors atm.
Basically they both seems to use the *.github.com/*github.io certificates but as the domain isn't any of the subdomains of github anymore this leads to an error/warning in most browsers.
E.g.
The text was updated successfully, but these errors were encountered: