I have now registered https domain in Cloud Run. It works very well on localhost, but not on real domain.
If I click on the ssl icon on my website, it says Google LLC Certified.
But I keep getting errors on my site.
unnhandled Exception: HandshakeException: Connection terminated during handshake
It works when I do,
http.get('https://google.com')...
but it doesn't work when I do it from my site.
http.get('httpsmysitecom')...
And if I don't do it in Flutter with the same address and just turn on Chrome and hit the url, the rest api works well. Now I'm going crazy. Because of this, I got a new ssl on comodo as well.