Hi
I an app deployed to google cloud. Google allows me to connect a domain to the app via CNAME: ghs.googlehosted.com
.
Google also enforce me to expose my app with SSL provisioned for me.
My domain is hosted on CF with CF SSL.
-
When the SSL is
Flexible
I am gettingERR_TOO_MANY_REDIRECTS
(I also see all the redirects in my logs). -
When the SSL is Full or Full strict I am getting
Error 525
.
How can I put google behind CF when google generate certificate for my app (same domain)?
Thanks