On Jul 6, 2012, at 4:24 AM, Melvyn Sopacua wrote: > On 6-7-2012 8:08, heni yemun wrote: > >> I want to know how to use HTTPS to securely login and signup a user with >> django. > > Django doesn't care about HTTPS. You'd handle this in the webserver by > redirecting to the secure virtual host for the login url. How to > implement that is webserver specific.
One of the many ways to handle this is to terminate SSL/TLS in the load balancer, and have the balancer send all requests as HTTP to the web servers running Django (and httpd or whathaveyou) behind it. John -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.