[web2py] Admin is disabled because insecure channel

2011-07-22 Thread António Ramos
i´m trying to access my server from another machine. i started web2py with this command line c:\web2py\web2py.exe -i 192.168.1.8 How to solve it? thank you António

Re: [web2py] Admin is disabled because insecure channel

2011-07-22 Thread Bruno Rocha
Use https or change security checks at your own risk in applications/admin/models 0.py and access.py. 2011/7/22 António Ramos > i´m trying to access my server from another machine. > > i started web2py with this command line > > c:\web2py\web2py.exe -i 192.168.1.8 > > > How to solve it? > > > >

Re: [web2py] Admin is disabled because insecure channel

2011-07-22 Thread António Ramos
can i use https with rocket? how to? thank you António 2011/7/22 Bruno Rocha > Use https or change security checks at your own risk in > applications/admin/models 0.py and access.py. > > > 2011/7/22 António Ramos > >> i´m trying to access my server from another machine. >> >> i started web2py

[web2py] "Admin is disabled because insecure channel" error Hosting web2py app on Amazon EC2 Linux server

2014-04-20 Thread Pawan Gupta
Hi Everyone We are having serious problem with our website 911india.com. We have hosted it on Amazon EC2 server and there is a ticket that is issued which redirects us to the admin interface that shows "Admin is disabled because insecure channel" I tried searching on the website but nothing s

Re: [web2py] "Admin is disabled because insecure channel" error Hosting web2py app on Amazon EC2 Linux server

2014-04-21 Thread Marin Pranjić
http is insecure. you need to use https to access admin app. Marin (mobile) On Apr 21, 2014 5:02 AM, "Pawan Gupta" wrote: > Hi Everyone > > We are having serious problem with our website 911india.com. We have > hosted it on Amazon EC2 server and there is a ticket that is issued which > redirects