I am currently using Google App Engine to host a static site on Flexible Environment
I have created *app.yaml* file but no luck yet. What is the right way to force the site to https? I have also reviewed Stack Overflow https://stackoverflow.com/questions/48024061/google-app-engine-redirect-http-to-https?noredirect=1&lq=1 but no response yet. How should the handlers page show, in the *app.yaml* file for a simple site? Also what should I put in the script file? My handlers code handlers: - url: /.* script: *.html secure: always -- 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/db553379-2eeb-4fdd-a297-214712693b83%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
