On Saturday, April 11, 2015 at 11:07:56 AM UTC+7, Massimo Di Pierro wrote:
>
> I cannot reproduce your problem. Did you edit gluon/tests/test_web.py?
>
i didn't edit gluon/test/test_web.py
> If not, how are you running?
>
*work*
1. run web2py
python web2py.py
2. copy and paste from web2py.com into new app modules, change app name
client = WebClient('*http://127.0.0.1:8000/test/*', postbacks = True)
*not work*
1. run web2py with https
python web2py.py *-c stifix.crt -k stifix.key
--interfaces=0.0.0.0:80;0.0.0.0:443:stifix.key:stifix.crt -p 443*
2. copy and paste from web2py.com into new app modules change client into
https n app name
client = WebClient('*https://127.0.0.1/test/*', postbacks = True)
thanks and best regards,
stifan
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.