I have web2py installed on a remote Debian server. When connecting via my local Windows box, the admin is disabled for Web2py because of the unsecure channel. I set up an SSH tunnel for the connection, and I've created a private certificate authority for the SSL connection.
When starting the server (the included web2py server) I'm passing the path to the path to the certificates via command line switches, but get the following error message: "WARNING:root:Python "ssl" module unavailable. SSL is OFF" Next, on the Debian box I installed python-openssl Where to go from here. How to turn on SSL? I followed this helpful blog post http://skoroneos.blogspot.com/2010/01/web2py-getting-admin-panel-to-work.html but my results were not the same. Thanks in advance for any help. I look forward to learning web2py and being part of this community. I just can't seem to get started with the admin.