Re: [web2py] Re: admin access from remote machine

2010-02-04 Thread Drapko Nitzhonot
I've used successfully on Debian. This is SSL related issue, so check how to create a self-signed certificate for your operating system. On Thu, Feb 4, 2010 at 4:59 PM, Al wrote: > I tried to follow the instructions on > http://www.web2py.com/AlterEgo/default/show/140, > but on the second step I

[web2py] Re: admin access from remote machine

2010-02-04 Thread Al
I tried to follow the instructions on http://www.web2py.com/AlterEgo/default/show/140, but on the second step I get an error: "Unable to load config info from /usr/local/ssl/openssl.cnf" when creating the certificate Was the instruction meant for linux/Mac OS X? Any advise? Al On Feb 2, 11:37 p

[web2py] Re: admin access from remote machine

2010-02-04 Thread Al
Thank you for all the help... The firewall service was never started so it was not an issue - otherwise portqry would show "filtered" rather than "not listening". One of the mistakes I made was that the cherrypy server was started with 127.0.0.1 instead of 0.0.0.0. Now I can assess the machine an

[web2py] Re: admin access from remote machine

2010-02-02 Thread Richard
if you are OK with changing the admin code it is quite easy - have a look at the start of admin/models/access.py and remove some of the checks. You also need to do the same in controllers/appadmin.py On Feb 2, 9:00 pm, Al wrote: > Hi, > > I have just started to learn web2py recently. I have inst

[web2py] Re: admin access from remote machine

2010-02-02 Thread Al
I did try https but also with no success. Also querying the port of this server (using portqry) gives NOT LISTENING. If the web2py built- in server is running on port 8000, why does it say not listening? -- You received this message because you are subscribed to the Google Groups "web2py-users"

[web2py] Re: admin access from remote machine

2010-02-02 Thread mdipierro
Yes. Instead of 127.0.0.1:8000 you need 0.0.0.0:80 or the IP address of your own machine. On Feb 2, 9:49 am, Al wrote: > I have not "integrate" it with the w2k3 server, I just click the > web2py.exe and run the built-in server. Do I need to start the server > in a special way so that I can use ht

[web2py] Re: admin access from remote machine

2010-02-02 Thread Al
I have not "integrate" it with the w2k3 server, I just click the web2py.exe and run the built-in server. Do I need to start the server in a special way so that I can use https to gain admin access? Any setting I have to twist in this Cherry web server? Al -- You received this message because you

[web2py] Re: admin access from remote machine

2010-02-02 Thread mdipierro
How did you integrate it with windows 003 server? Are you using it as a proxy? Are you sure you are not simply running the built-in web server on localhost? Massimo On Feb 2, 4:00 am, Al wrote: > Hi, > > I have just started to learn web2py recently. I have installed web2py > in a windows 2003 se