I'm trying to make http to https redirect work with:
-Google managed SSL
-Spring boot app
-on flexible environment
-with custom domain
But from what I understand:
-htaccess doesn't work on app engine
-"secure: always" in app.yaml doesn't work in flexible environment
-gcloud proxy kills https connections
I can't find a way to make the redirect work properly
Would you have a code snippet to make this work ?
Or do i have to make a custom ssl certificate (which is what i would like to avoid) ?
I have dabbled with the following links but without success
Thank you!