Ciao Massimo, You suggest you do not disable it. Instead run:
python web2py.py -i 10.0.1.7 -p 8080 -a '' python web2py.py -i 127.0.0.1 -p 8081 -a xxxxxx then connect to 8081 via ssl tunnel. exposing admin without https is a major security risk. If you really want to do, you can comment the check in applications/admin/models/ access.py. On Feb 10, 11:47 am, Massimo Di Stefano <[email protected]> wrote: > i'm connected trough ssh to a remote linux box .. i started web2py by command > line using : > > python web2py.py -i 10.0.1.7 -p 8080 -a xxxxxx > > if i go on the web page : > > http://myip:8080/welcome/default/index > > i can access to the web2py main page, but if i try to login to the admin > interface i receive this message : > > amministrazione disabilitata: comunicazione non sicura > > how can i avoid this security check ? > > can you point me to the doc section where i can learn more about it ? > > Many many thanks!!! > > --Massimo.

