You may show us your config file for further help... It is easy to broke config of apache when not using the script provided or tweaking config... Is apache working? Did you define an password for web2py (parameters_443.py in your case because you use httpS)? If you can get to the "Admin is disabled because insecure channel" that mean you don't have parameters_443.py file containing your admin password encrypted.
You can generate a new one like this : sudo -u www-data python -c "from gluon.main import save_password; save_password('123456',443)" >From web2py folder. Richard On Tue, Jan 20, 2015 at 1:25 PM, rim bulls <rimbul...@gmail.com> wrote: > Hello! > > I'm stuck, please help! :) > > Trying to setup web2py on FreeBSD jail, so no 127.0.0.1 is available in > jail. Using Apache with SSL, mod_proxy, self signed SSL certs. > > Execute web2py: "python web2py.py -i localhost -p 7000 -a jyhag", web2py > is listening on 127.0.0.4 (that's loopback address for jail). Apache > configured as described in web2py book. > I am connecting to "https://FQDN/admin" and get "Admin is disabled > because insecure channel". > If I set web2py listen to real IP, same situation. > > Can I get some hint, please? > > Thanks in advance! > Rimm > > -- > 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 web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.