as of now this only works on appspot domains. for custom domain, https is still "coming soon".
On Fri, Aug 19, 2011 at 11:09 AM, Robert Kluin <[email protected]>wrote: > Are you testing on the development server or production? > > > > > > > > On Thu, Aug 18, 2011 at 16:43, thstart <[email protected]> wrote: > > to my Python app.yaml I added > > - url: /.* > > script: main.py > > secure: always > > BUT > > I don't get automatically redirected to the HTTPS > > > > What is wrong? > > According: > > > http://code.google.com/appengine/docs/python/config/appconfig.html#Secure_URLs > > > > handlers: > > > > - url: /youraccount/.* > > script: accounts.py > > login: required > > secure: always > > > > always. Requests for a URL that match this handler that do not use HTTPS > are > > automatically redirected to the HTTPS URL with the same path. Query > > parameters are preserved for the redirect. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/google-appengine/-/3AK1D939P5sJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/google-appengine?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
