> > The problem appears to be that web2py insists that the admin pages are > accessed via ssl for the login but doesn't require (of course) ssl for the > ordinary applications. >
Note, for local requests, admin does not require an SSL connection, so in development, no need for the second port.

