I am trying to deploy an application on GAE using web2py. I am running GAE SDK 1.5 on my localhost (ubuntu 8.10 , python2.5 with ssl module but not python-tk)
Using >>python dev_appengine.py ../web2py works fine execpt that: If (in the browser) I try to run the admin app, or, more importantly, if I try to see a ticket due to a bug in my code, I get the error: "admin is disabled because insecure channel" How can I run admin and see tickets when using web2py with GAE SDK on localhost??? Note that >> python web2py.py works fine, with admin and tickets (although I have to type my admin password on the console because I don't have python-tk -- don't know if that makes a difference). I've looked online for quite a while and haven't found an answer yet. I hope it is possible to get debug info (tickets) running web2py with GAE! Thank you! L.

