If Daniel is using Rocket, my brief experiments indicate that it doesn't do 
the http handshake to setup for https, which was an issue for my SOAP 
client.

/dps


On Wednesday, April 2, 2014 9:33:24 AM UTC-7, Richard wrote:
>
> It could depends of other configuration, your web server for instance...
>
> How do you start web2py for this test?
>
> Richard
>
>
> On Tue, Apr 1, 2014 at 6:52 PM, Daniel McBrearty 
> <[email protected]<javascript:>
> > wrote:
>
>> according to 
>>
>> http://web2py.com/books/default/chapter/29/09/access-control
>>
>> "Auth has an optional secure=True argument, which will force 
>> authenticated pages to go over HTTPS"
>>
>> by implication I take this to mean that 
>>
>> from gluon.tools import Auth
>> auth = Auth(db, secure=False)
>>
>> in db.py should make 
>>
>> http://mysite.com/myapp/default/index.html
>>
>> work fine. But in practice this does not seem to work.  I simply get "Bad 
>> Request" and I have to use https.
>>
>> Do I interpret the docs correctly? Do I miss something?
>>
>> thanks
>>
>> Daniel
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to