<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Have you set the X-Forwarded-Proto request header?&nbsp; Here's a snip from
the apache config:<br>
<br>
<font face="Courier New, Courier, monospace">&nbsp;&nbsp;&nbsp; # Set header to
indentify https requests for Mongrel<br>
&nbsp;&nbsp;&nbsp; RequestHeader set X-Forwarded-Proto "https"<br>
</font><br>
</body>
</html>