Firebase hosted site says "This site can’t provide a secure connection"

Viewed 483

My website was hosted on firebase, It was working fine. But from few days I am getting this error =>

enter image description here

In the release history, I saw one of my team members deployed a different site there. I again deployed my previous site. But it is still showing me the same error. Now I don't know how to get rid of this problem. Do I need to setup the custom domain again ? Please help!!

2 Answers

There is an issue with the DNS configuration. You need only two IP addresses, but there are three:

speakee.jp.     3551    IN  A   157.7.107.57
speakee.jp.     3551    IN  A   151.101.65.195
speakee.jp.     3551    IN  A   151.101.1.195

You should delete the first one (157.7.107.57) and keep the other two.

Problem Solved::::::

First contact https://firebase.google.com/support , then they will definitely suggest you something. In my case they told me to delete the extra IP that was registered and told me to discuss more with my domain provider website's support. My domain provider helped me solve it.

Related