I've got essentially a React app in GAE flexible and a separate API app (Node.JS), also in GAE flexible.
I went through the documentation, and when I run gcloud app domain-mappings list
I get:
When I check in SSL verification sites and type in the domain it checks out.
When I type in my custom domain in the address bar as (ex: mydomain.ai
) it connects as "Not Secure". Sure, if I explicitly type in https://
all is fine.
Any ideas on how to make it always secure, no matter if user types in https
or not? What am I missing?