Re: [web2py] Re: cannot access my app via http. only via https

2017-02-04 Thread António Ramos
strangely now i can log in via http. VERY STRANGE i´l get back to you if it happens again. thank you.. for now... 2017-02-03 23:30 GMT+00:00 Dave S : > On Friday, February 3, 2017 at 3:17:25 PM UTC-8, Ramos wrote: >> >> im not refering to admin interface. >> I cannot log a regular user via http.

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread Dave S
On Friday, February 3, 2017 at 3:17:25 PM UTC-8, Ramos wrote: > > im not refering to admin interface. > I cannot log a regular user via http. > only https allows any user to log . > > Any ideas? > regards > > Can you show us the nginx script that the tool script installed? /dps -- Resources: -

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
im not refering to admin interface. I cannot log a regular user via http. only https allows any user to log . Any ideas? regards 2017-02-03 21:24 GMT+00:00 Michael Messmer : > I think its the its how the script is built out. The way this comments > reads: > > * For the administrative interface

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread Michael Messmer
I think its the its how the script is built out. The way this comments reads: * For the administrative interface to work, the web2py app must be mounted to and accessed through an HTTPS-enabled site. You would usually mount the app to two websites - HTTPS-disabled one for normal access, and HT

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
#!/bin/env python2.7 """ Web2py install/uninstall script for WebFaction using the latest stable source code from http://www.web2py.com/examples/static/web2py_src.zip. This installs web2py for Python 2.7, served via Nginx 1.8.0 and uWSGI 2.0.10. The web2py files are found in ~/webapps//web2py. I

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
i´m using webfaction hosting this was the script to install web2py https://github.com/wsfulmer/webfaction-web2py-nginx-uwsgi-installer thank u 2017-02-03 17:21 GMT+00:00 Áureo Dias Neto : > How are hosted your app? > > show the command you used to start the server > > 2017-02-03 15:19 GMT-02:0

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread Áureo Dias Neto
How are hosted your app? show the command you used to start the server 2017-02-03 15:19 GMT-02:00 António Ramos : > no ideas? > am i the bug :) > > 2017-02-02 15:50 GMT+00:00 António Ramos : > >> Hello i try to log into my app via http and it keeps asking me the login >> credentials but if i cha

[web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
no ideas? am i the bug :) 2017-02-02 15:50 GMT+00:00 António Ramos : > Hello i try to log into my app via http and it keeps asking me the login > credentials but if i change the url to https i log in immediately > I´m using a regular user account, not admin! > > > How can it be? > > Regards > Ant