+1 to Paul's suggestion here.

That is the way you can communicate to the backend that it originated from a HTTPS

Paul Fernihough wrote:
Loz,

add the following to your port 443 apache conf...

RequestHeader set X-Forwarded-Proto "https"

... then just check for CGI.HTTP_X_FORWARDED_PROTO EQ "https" on the
application end.


--
online documentation: http://openbd.org/manual/
  google+ hints/tips: https://plus.google.com/115990347459711259462
    http://groups.google.com/group/openbd?hl=en

Reply via email to