Firebase hosting using custom domain has SSL cert pointing to firebase.com

I am able to complete the connect to custom domain step successfully and https://example.com is correctly loading my static file app which is hosted on Firebase.

However, browser is warning about the site's SSL certificate is not matching example.com. I looked at the certificate and it is of firebase.com, not mydomain.com.

This certificate is provided by Firebase for example.com (my custom domain name) and I expect it to be matching it. Is this expected?

I know the other solution is to get my own certificate for example.com. However, it seems that Firebase won't let me deploy my own cert.

Update

I retried it some time back and it is fixed. And the whole suite of firebase db/functions and corresponding sdk/cli are working really well. Great for small dev team.


Solution : Don't have to do anything about it other than just wait.

Faced the same problem when connecting to my custom domain on Firebase Hosting. However, it will only be insecure when the status is pending . The status can be found on your Firebase Hosting Dashboard.

My connection turned secured with a green lock after around 3 hours, and the status reflected in the dashboard changed to connected .


This error message called domain name mismatch warning that occurs because of the domain is pointed to a shared IP addresses.

You need to confirm that your hosting provider supports SNI technology which allows install different certificates on the same IP. Please ensure that the certificate is installed correctly on your desired server and enable SNI. If your hosting provider doesn't support SNI technology, you should have to dedicated IP to host your SSL.

链接地址: http://www.djcxy.com/p/93016.html

上一篇: 在没有输入区域的活动上显示数字小键盘

下一篇: 使用自定义域名的Firebase托管服务拥有指向firebase.com的SSL证书