Thanks! I finally made it work by following : https://www.sothawo.com/2015/09/run-a-spring-boot-application-on-openshift-behind-https-only/ (which work as app engine from what i understand)
On Monday, December 11, 2017 at 8:44:20 PM UTC+1, Kenworth (Google Cloud Platform) wrote: > > You are right, the 'secure: always' in app.yaml is already deprecated for > GAE Flex environment. You can make the redirect work by using > "X-Forwarded-Proto" header on your application code. See full article here > <https://cloud.google.com/appengine/docs/flexible/java/upgrading#appyaml_changes> > . > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/92f8612b-abdf-4b88-aa5e-e6018c42cbeb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
