On Tuesday, June 13, 2017 at 1:12:44 PM UTC-4, [email protected] wrote: > > I run my web2py on a home lan, headless box of linux. My web2py apps > require login and it can only be performed over a secure channel. My > question: is it possible (if yes then how) to configure my linux box to > simulate local host accessing so that I can remain sitting on my couch? > Should I remove all the decorators requiring user signature in my web2py > app and the run through the dev_appserver? >
The Auth decorators do not require an HTTPS connection. Are you talking about trying to access either the admin app or the appadmin page of your app -- those are the only things that require HTTPS (or alternatively a local connection). Anthony -- 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.

