> > but i don't understand why when i point the ip of the server for the > default app it always go for https. > The instructions in the web2py book don't do that, they configure both http and https, client's choice. The install script has changed, however, and now redirects http to https:
https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-ubuntu.sh you need to change /etc/apache2/sites-available/default.conf. You can find alternative configurations, with instructions, in the web2py book: http://web2py.com/books/default/chapter/29/13/deployment-recipes#mod_wsgi http://web2py.com/books/default/chapter/29/13/deployment-recipes#mod_wsgi-and-SSL I need the exact opposite > 1) If you disable https, you will have to use a ssh tunnel or a similar trick to access the admin interface 2) Google gives higher ratings to webs with ssl certificates 3) Gandi SSL certificates are simple to use, work just fine, and are not expensive: gandi.net 4) You can disable https, but, to the best of my knowledge, you cannot redirect https to http using your web server. The reason: in order to redirect to the http version of the site, you must first stablish a connection to the https version, and that means you need a certificate. And if the certificate is self-signed, your visitors will get the same fear screen. 5) https://www.resetthenet.org/ -- 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.