Hi We're starting to use SSL on some pages. We have stunnel doing the SSL in front of HAproxy and app servers behind HAproxy running Apache+mod_wsgi. We need to be able to tell the app that a request is using SSL, because right now they just see plain HTTP.
Any tips on how to do this? Graeme.

