I have a site which has a login page that I need to use https with. I am running the site using django on apache with an nginx front-end acting as a reverse proxy doing two things:
1) serving all the django static content 2) configured to support ssl
the ssl stuff is all setup and seems to be working correctly....i.e. i can go to both
and
with no problems, and the https asks me to verify the certificate etc.
my problem is i am trying to set nginx up so that its not possible to enter a password in a login page that is not https. i cannot get it to do this re-direct.
can someone please explain how this works
ssl is running on 443 and nginx is forwarding on port 80
thanks