Re: [web2py] Re: All app redirected to https

2012-10-23 Thread Niphlod
try with curl -I (capital I), also if it seems indeed that you're being redirected. It's just to clear all doubts. PS: can you package your "m" application and attach here ? we could install it and see if we observe the same behaviour. On Tuesday, October 23, 2012 9:47:37 PM UTC+2, Massimiliano

Re: [web2py] Re: All app redirected to https

2012-10-23 Thread Massimiliano
I've found the problem. Was Auth(secure=True) that never had this behavior.. till now On Tue, Oct 23, 2012 at 9:47 PM, Massimiliano wrote: > mbp:web2py max$ curl -l http://127.0.0.1:8000/m/default/index > You are being redirected https://127.0.0.1:8000/m/default/index > ">here > mbp:web2py max

Re: [web2py] Re: All app redirected to https

2012-10-23 Thread Niphlod
check with curl or wget what headers the server returns... curl -I http://oneofyourpages or wget --server-response --spider http://oneofyourpages On Tuesday, October 23, 2012 8:19:17 PM UTC+2, Massimiliano wrote: > > I don't understand what could be... > A new installation give me the same proble

Re: [web2py] Re: All app redirected to https

2012-10-23 Thread Massimiliano
I don't understand what could be... A new installation give me the same problem... A simple python httpserver work as expected.. I've not router.py or routes.py in web2py folder and I never used requires_https()... What can I check? Thank you -- Massimiliano Il giorno 23/ott/2012, alle ore

Re: [web2py] Re: All app redirected to https

2012-10-23 Thread Bill Thayer
2.2.1 stable seems to be going through http for me on Chrome. --

Re: [web2py] Re: All app redirected to https

2012-10-23 Thread Massimiliano
No I haven't custom routes and neither requires_https() But it's strange... I've tried also with stable. Browser cache cleaned... On Tue, Oct 23, 2012 at 5:07 PM, Niphlod wrote: > I'm not seeing that behaviour both with stable or trunk. do you have > requires_https() somewhere or some custom