Thanks, that did it. I suppose I should have searched the mailing list first, but thanks for the concise answer.
On Sep 27, 12:43 pm, Anthony <[email protected]> wrote: > You can edit /applications/admin/models/access.py > --http://code.google.com/p/web2py/source/browse/applications/admin/mode.... > > Anthony > > > > > > > > On Tuesday, September 27, 2011 3:12:46 PM UTC-4, Aaron wrote: > > > 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

