I pointed a new custom domain to a Google App Engine Standard Environment project and edited the DNS records per Google's instructions, and it seems to be redirected properly.
When I go to
www.mydomain.com
with its supposedly activated certificate, I still get
connection is not secure
in the browser. If I go to
mydomain.com
it gets redirected to
www.mydomain.com
with the same result.
But when I directly enter
https ://www.mydomain.com
it display the website and with connection is secure. Let me know the reason for this and how to fix this issue?
I used below command
gcloud app domain-mappings list
and it displays that there is a ssl certificate id. But the above issue is still there.