Hi, we're in the early stages of developing our web2py applications, and we don't really care if we expose the admin interface over HTTP, as our system is completely internal to a single server. We're using VMs to run a Mongrel2 server linked with web2py and accessing our web2py apps from the VMs' host machine.
Is there a way to disable the "Admin is disabled because insecure channel" message and run the admin application over HTTP during development? Thanks, Aaron

