Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add SSL with Firebase Hosting?

Tags:

I uploaded my angular 4 project to Firebase Hosting and it works well on Firebase's domain. However, when I connect it to my custom domain it should use SSL but as you can see on the image below, SSL is not active.

SSL Error

How do I set up SSL with Firebase Hosting?

like image 219
Burak Taban Avatar asked Aug 12 '17 21:08

Burak Taban


People also ask

Does Firebase have SSL?

Firebase Hosting provisions an SSL certificate for each of your domains and serves your content over a global CDN.

Is Firebase SSL free?

2 of the great things you get with Firebase hosting is the free (and simple) provisioning of an ssl certificate (anybody who's ever tried doing that will know how complicated that can be), and the ability to point the default yourapp.firebaseapp.com at your own domain.


1 Answers

Firebase Hosting will only serve traffic over SSL. However it may take a bit of time before your custom domain propagates. During this time, you'll see the "not secure" warning and may even see a different domain name when you click it.

If the problem persists and you're not able/willing to share the domain name here, reach out to Firebase support for personalized help in troubleshooting

like image 141
Frank van Puffelen Avatar answered Sep 28 '22 10:09

Frank van Puffelen