简体   繁体   English

如何摆脱导致我的域出错的 firebase 证书?

[英]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?任何熟悉 firebase 或 wordpress 技术的人愿意帮助我解决我创建的错误吗?

Experimented with adding firebase to one of my sites, mainly trying to get a good 301 redirect going.尝试将 firebase 添加到我的网站之一,主要是为了获得良好的 301 重定向。 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.我尝试在我的主机中重新安装一个新的 ssl 证书,但这没有做任何事情。 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;此服务器无法证明它是 kylebeckerconstruction.com; its security certificate is from firebaseapp.com.它的安全证书来自 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:您应该查看您域的 DNS 记录,因为看起来它们可能仍指向 Firebase。您可以为此使用dig工具 (Linux/macOS):

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.那么您仍然指向 Firebase 托管,并且应该与您的域名提供商一起更改您的 DNS 记录。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 Firebase 中删除此错误消息? - How to get rid of this error message from Firebase? Firebase Firestore 集合获取方法导致错误 - Firebase Firestore collection get method causing error 将数据设置为 Firebase 导致我的应用程序不断重启而逻辑上没有错误 - Setting data to Firebase Causing My app to restart constantly with no Error in Logical 有谁知道启动 firebase 应用程序时如何摆脱“Firebase Hosting Setup Complete”屏幕? - does anyone know how to get rid of "Firebase Hosting Setup Complete" screen when launching a firebase application? 如何删除 Firebase 中的此错误:“此域已在使用中。”? - How Do I Remove This Error in Firebase: "This domain is already in use."? Firebase 自定义认证域错误 - Firebase Customize Authentication Domain Error 访问我的 Firebase 托管 web 应用程序(无自定义 URL)后,如何解决“ERR CERT COMMON NAME INVALID”页面? - How do I resolve "ERR CERT COMMON NAME INVALID" page after visiting my Firebase hosting web app (no custom URL)? 如何修复我的 Vue 应用程序未从 Firebase 获取数据的错误? - How to fix error that my Vue app doesn't get data from Firebase? 为什么我的神器存储量这么高? 我怎样才能摆脱它? - Why is my artifact storage so high? How can I get rid of it? 如何在 React Native 中从 Firebase v9 RT db 获取数据而不会导致无限循环 - How to get data from Firebase v9 RT db in React Native without causing infinite loop
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM