I read the solutions for this error, could not resolve it. Before, I had
the following code in the access.py deleted and everything worked fine.
if request.is_https:
session.secure()
elif not request.is_local and not DEMO_MODE:
raise HTTP(200, T('Admin is disabled because insecure channel'))
Right now, I tried to upgrade to the new version of web2py that everything
messed up and I get ATTENTION: Login requires a secure (HTTPS) connection
or running on localhost.
Since I'm running on 0.0.0.0 I understand I need to have https, I tried to
generate the key and put it in the web2py root folder and run web2py using
-k key.key -c key-ctr when I do that it even fails to bring the normal
website up and gives error connection was reset.
Any help?
--
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.