A very nice book! I have executed all steps from the chapter "Setting up a production deployment in Ubuntu" (page 12) The server works very good, but every request is redirected to https.
https://www.mydomain.com -> request.is_https==True, OK? *http*://www.mydomain.com becomes https://www.mydomain.com -> *request.is_https *==True And some other tries: https://www.mydomain.com:443 or http://www.mydomain.com:443 or <p>Your browser sent a request that this server could not understand.<br /> Reason: You're speaking plain HTTP to an SSL-enabled server port.<br /> Instead use the HTTPS scheme to access this URL, please.<br /> http://www.mydomain.com:80 The requested URL /secure/default/index was not found on this server. Every hint is welcome! Regards, Martin --

