[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-09-10 Thread Jon Ronnenberg
Thanks Fady. I think you meant that I should star the issue as there is no "Me too". > click the star next to the issue id and right above the "x people have starred this issue." if you are also interested in this feature. On Friday, August 31, 2018 at 1:18:06 AM UTC+2, Fady (Google Cloud

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-30 Thread 'Fady (Google Cloud Platform)' via Google App Engine
Hello Jon, Thank you for all the input. It is indeed valuable for us and the community. On that front, and for suggestions to improve our products, please do not hesitate to create feature requests per this guide , and we will be happy

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-28 Thread Jon Ronnenberg
I would like to amend a curious observation that I made. When configuring gcloud DNS, if you only set an A/ record to point to a subdomain and doesn't set up the apex domain, then naked domain requests will magically redirect to the subdomain. E.g. only setup www and then request for

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-28 Thread Jon Ronnenberg
Errata: Currently GCloud load-balancer can do the following: - Negotiate HTTPS for one domain on port 443, both for IPv4 and IPv6. Should have been: Currently GCloud load-balancer can do the following: - Negotiate HTTPS for *any* domain on port 443, both for IPv4 and IPv6. Domains are

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-28 Thread Jon Ronnenberg
@edgaral... Thank you for the followup. I'm evaluating GCloud while doing my friend a favour and building a website for his bar. This is a very small project but serve the purpose of evaluating the state of GCloud when it comes to the JAM stack. So far it's been uphill, with rudimentary

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-27 Thread John Balvin
Any request to HTTTP to be redirect to HTTPS, only for get methods of course, I know it can be done on the server code but it's anoying, at least doing for kubernetes engine On Friday, August 24, 2018 at 6:37:42 PM UTC-5, edgaral...@google.com wrote: > > @Jon, yes the documentation can

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-24 Thread edgaralexander via Google App Engine
@Jon, yes the documentation can sometimes be hard to follow. The information you provided is although already in our documentation, albeit you would have to track it down in a few clicks. 1) https://cloud.google.com/storage/docs/hosting-static-website 2) Read the Caution notice about

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-24 Thread Jon Ronnenberg
@Jordan. That completely defeats the purpose of running the JAM stack! https://jamstack.org/ The main idea is to write your application in client-side technologies, use service APIs instead of writing your own server code and host it on a global CDN network. Google is in a very good position

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2017-10-17 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Redirects should occur on your backend configuration. Your Google Cloud Load Balancer will provide you with a 'X-Forwarded-Proto ' header equal to a value of 'http' or 'https'. You would then configure you backend's