简体   繁体   中英

how to get rid of firebase cert causing an error on my domain?

Anyone familiar with firebase, or just wordpress tech in general, willing to help me with an error I created?

Experimented with adding firebase to one of my sites, mainly trying to get a good 301 redirect going. Didn't pan out, tried deleting everything but for a while now I get this error when trying to load my domain.

I tried reinstalling a new ssl cert in my host, but that didnt do anything. Dunno where else to look to delete or edit files.

Your connection is not private

This server could not prove that it is kylebeckerconstruction.com; its security certificate is from firebaseapp.com. This may be caused by a misconfiguration or an attacker intercepting your connection.

You should look at the DNS records for your domain, as it appears they are likely still pointing to Firebase. You can use the dig tool (Linux/macOS) for this:

dig +short mydomain.com

If the resulting records look like:

151.101.65.195
151.101.1.195

then you are still pointed at Firebase Hosting and should change your DNS records with your domain provider.

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