Re: [web2py] Re: Forcing SSL mode (on GAE)

2013-10-02 Thread Py Dev
Hi, you use the yaml configuration to force ssl, such as: handlers: - url: /youraccount/.* script: accounts.py login: required secure: always see https://developers.google.com/appengine/docs/python/config/appconfig#Python_app_yaml_Secure_URLs Cheers! pd Am Donnerstag, 7. Februar 2013

Re: [web2py] Re: Forcing SSL mode (on GAE)

2013-02-06 Thread Philip Kilner
Hi, On 06/02/13 20:45, howesc wrote: if you want all requests in SSL it sounds like the best thing to me. Yes, it's working very well from my PoV - but my needs are very simple in that I want to force SSL for everything. I'm used to doing this in Apache, so haven't previously had to think a

[web2py] Re: Forcing SSL mode (on GAE)

2013-02-06 Thread howesc
if you want all requests in SSL it sounds like the best thing to me. note that on GAE if you want to use SSL and a custom domain you have to purchase additional add-ons to the GAE service. https on the appspot.com domain is free. cfh On Tuesday, February 5, 2013 9:49:34 AM UTC-8, Philip Kilne