Thanks for posting your questions here. Have you had a change to review the *app.yaml* Reference <https://cloud.google.com/appengine/docs/python/config/appref> article? In it, you can see the use of the *secure* <https://cloud.google.com/appengine/docs/python/config/appref#handlers_secure> attribute for handlers. Setting the *secure* attribute to *always* will cause users to be automatically redirected to using *https*. Associating it to all URLs with *url: /.** should have that rule apply to every URL at your domain.
Hope this helps! On Tuesday, May 10, 2016 at 5:40:45 AM UTC-4, himanshu kapoor wrote: > > Hi > > I have deployed an site on cloud on Nodejs environment. I want when user > open my domain like: <my-domain.io> it should redirect it to > https://my-domain.io. > I have already attached SSL certificate with my custom domain in App > engine. > > I am newbie here, help will be much appreciated. > -- 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/867a2df3-6662-4bad-adbc-bede67beebfc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
