[web2py] Re: Web2py on Pythonanywhere

2014-11-12 Thread Giles Thomas
On Tuesday, November 11, 2014 2:37:42 PM UTC, clara wrote: > > Thanks for this reply! So there was somthing on Pythonanywhere's side that > forced https rather than http > Exactly. It only did it if you had visited your site using HTTPS once from that browser, which is why you saw the probl

[web2py] Re: Web2py on Pythonanywhere

2014-11-11 Thread clara
Hello Giles, Thanks for this reply! So there was somthing on Pythonanywhere's side that forced https rather than http I cleared my cache and things are working properly now. Thanks a lot!! Clara El martes, 11 de noviembre de 2014 08:29:08 UTC-3, Giles Thomas escribió: > > Hi there, > > Py

[web2py] Re: Web2py on Pythonanywhere

2014-11-11 Thread Giles Thomas
Hi there, PythonAnywhere dev here -- you're right, it's a browser cache thing, resulting from a bug on our side. We have a "Strict-Transport-Security" setting on the main PythonAnywhere site that means that if you ever visit it via https then in future your browser will always use https to a

[web2py] Re: Web2py on Pythonanywhere

2014-11-10 Thread Niphlod
it's probably some misconfiguration / cached values / etc on your browser. Try resetting preferences/cache/etc (or open an "incognito" session) to test it properly. On Monday, November 10, 2014 3:31:58 PM UTC+1, clara wrote: > > Hello Niphlod, > > Thanks for your quick answer. From my PC if I tr

[web2py] Re: Web2py on Pythonanywhere

2014-11-10 Thread clara
Hello Niphlod, Thanks for your quick answer. From my PC if I try either link I always get the secure site back (https). If I try it on my cellphone though I get http when requesting http and https when requesting https. If I remember correctly, when I do the same from my notebook at home, I a

[web2py] Re: Web2py on Pythonanywhere

2014-11-10 Thread Niphlod
the first link, albeit "printed" as http, is carrying a link to https: please try this http://ulamdev.pythonanywhere.com/unlam and https://ulamdev.pythonanywhere.com/unlam Sites are served "independently" because pythonanywhere serves both by default, and both are available without redire

[web2py] Re: Web2py on Pythonanywhere

2014-11-10 Thread clara
On the other hand, on another web2py I built long ago if I try: http://kiki.pythonanywhere.com/ it remains as http and if I try: https://kiki.pythonanywhere.com/ it remains as https, that is the request is kept as is. Thanks in advance for any help. Regards to all, Clara El lunes, 10 de nov

[web2py] Re: Web2py on Pythonanywhere

2014-11-10 Thread clara
Hello David, Sorry for my late reply. The site I have on pythonanywere is at the following link: http://ulamdev.pythonanywhere.com/unlam I am redirected to: https://ulamdev.pythonanywhere.com/unlam And I assume it is the case for any other PC access

[web2py] Re: Web2py on Pythonanywhere

2014-10-21 Thread David Ripplinger
Are you comfortable posting a link to your website so I can see if it also loads as https on my end? On Thursday, October 9, 2014 3:33:37 PM UTC-4, clara wrote: > > Hello all, > > I have used python anywhere to deploy simple web2py applications. In the > last few I updloaded onto pythonanywhere