<!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? Here's a snip from
the apache config:<br>
<br>
<font face="Courier New, Courier, monospace"> # Set header to
indentify https requests for Mongrel<br>
RequestHeader set X-Forwarded-Proto "https"<br>
</font><br>
</body>
</html>