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 pm, Drapko Nitzhonot <[email protected]> wrote: > I use HTTPS and I can access from any LAN machine without any problem. > Followhttp://www.web2py.com/AlterEgo/default/show/140steps > > I start the server with: python web2py.py --nogui -c server.crt -k > server.key -i 192.168.1.1 -p 8888 -a myserverpassword > > On Tue, Feb 2, 2010 at 4:27 PM, Timothy Farrell <[email protected]> wrote: > > Al, > > > I run a similar setup. But it matters which webserver you're using. If > > you don't know, then you're using the built-in webserver. > > > If you can access the website from the server itself there are two things > > to check (this assumes the built-in webserver): > > 1) Did you configure web2py to serve on the '0.0.0.0' interface instead of > > '127.0.0.1'? > > 2) Could your firewall on Server 2003 (or otherwise) be blocking the ports? > > > Other than that, we need more details in order to help you. > > > Thanks, > > -tim > > > On 2/2/2010 4:00 AM, Al wrote: > > >> Hi, > > >> I have just started to learn web2py recently. I have installed web2py > >> in a windows 2003 server and it runs OK, but I cannot access it from > >> any other machine. I have looked thru a few discussions which > >> described using tunneling and proxy stuff, is there a simple way to > >> disable such security - e.g, commenting a few lines of codes. As the > >> person who will be doing some data entry into my application cannot > >> sit close to the windows server, so I am kind of stuck. > > >> Al > > > -- > > You received this message because you are subscribed to the Google Groups > > "web2py-users" group.> To post to this group, send email > > [email protected]. > > To unsubscribe from this group, send email > > to>[email protected]<web2py%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/web2py?hl=en. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

