You could use the appropriate options on startup of the web2py server to enable SSL so you would have a secure channel.
http://web2py.com/books/default/chapter/29/04/the-core#Command-line-options -Jim On Tuesday, June 13, 2017 at 12:12:44 PM UTC-5, [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? > Thank you in advance! > -- 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.

