I am running web2py (1.86.2) on Debian Lenny with Nginx and uwsgi.
This is a local test server that I have physical access to.

I can access the welcome and admin pages from the server (localhost),
so it appears the admin interface is working.

And I can access the welcome app from other computers on the network,
so it looks like nginx and uwsgi is properly serving web2py to the
network.

And I can access the welcome app through 
https://192.168.0.189/welcome/default/index,
so it looks like nginx is properly serving ssl pages.

But I am unable to access the admin page remotely from another
computer on the network.  I get the error "Admin is disabled because
insecure channel".

I don't understand why since it seems that ssl is working properly.

Does anyone have an idea what this could be?

Reply via email to