[web2py] ssl and http web2py command line issues

2010-11-09 Thread Dave Johnson
If you start up web2py with key/cert for SSL, web2py runs in SSL mode. In the startup message it says you can connect via http, but if you attempt to connect via plain http, you will get a "Bad Request" in your browser. [d...@thinkbox web2py]$ python web2py.py -c mycert.pem -k mycert.pem -i 192

Re: [web2py] Re: Type in Book 3rd Edition

2010-11-22 Thread Dave Johnson
Updated in book: def insert_numbers(): form = SQLFORM (db.numbers) if form.accepts(request .vars, session , onvalidation=my

Re: [web2py] Re: ssl and http web2py command line issues

2010-11-25 Thread Dave Johnson
wo right now. I've > only done a cursory look, but if you know a better way...I'm all ears. > > Cheers, > tim > > > On Nov 9, 11:45 pm, Dave Johnson wrote: > > If you start up web2py with key/cert for SSL, web2py runs in SSL mode. > > > > In the sta