简体   繁体   中英

Disassociate Firebase Hosting from domain and remove certificate error

I deleted a firebase project. I had linked to a custom domain, and now I cannot access the custom domain. It gives me an error, NET::ERR_CERT_COMMON_NAME_INVALID The domain is http://apps.diggle.tech/ and it gets redirected to https when I visit the URL.

Your site is no longer associated with Firebase Hosting, however Firebase Hosting does add HSTS headers to sites to ensure they're always served over HTTPS. These are cached in the browser for a period of time, and so since you had previously visited the Firebase Hosting version of your site it is still enforcing HTTPS.

Since your new hosting setup doesn't support HTTPS, you're seeing an SSL error. You will need to either add SSL to your new hosting configuration or just wait for the HSTS cache to expire.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM