Search code examples
firebasefluttersslssl-certificatefirebase-hosting

Firebase Hosted flutter app shows not a secure connection error when launching an external URL


When I open my Website hosted by Firebase Hosting Google Chrome or my Antivirus program does not let me access the page but shows me an error message:

This is not a secure connection. Hackers might try to steal your data from (website), for example, passwords, messages or credit card details. Error code: NET::ERR_CERT_COMMON_NAME_INVALID

Any Ideas?


Solution

  • I solved it! I just had to exclude the www. in the url_launcher String and it will not display any SSL-Error.