[web2py] Re: is_https

2012-02-08 Thread Joerg Poeltl
thank you for the fast reply. I'm using scgi, so my setup looks like this: location / { include /etc/nginx/scgi_params; scgi_pass 127.0.0.1:4000; } to solve the problem I created a file "scgi_ssl_params" with following content: scgi_param SSL_PROTOC

[web2py] is_https

2012-02-07 Thread Joerg Poeltl
Hello, I setup a new server with nginx, ssl and scgi today. The crazy thing is, that the connection is done per SSL, but the admin interface is still disabled. I access.py, but everything seem to be ok. within request 'HTTP_REFERER': 'https://web2py.domain.com/admin/ default/site' seem to be ok,