As title, I have trouble to set up the https for log in pages I am using django 1.8. In the wsgi file, I have added os.environ['https'] = on and put SESSION_COOKIE_SECURE = True and CSRF_COOKIE_SECURE = True into the settings what else I need to do ? plz help