I have IIS 7 running with an SSL certificate. It receives HTTPS requests, and 
using ARR, it proxies them over HTTP to Tomcat. This works fine.

The problem is that when we call HttpServletRequest.isSecure(), it returns 
false. This makes sense, since the request to tomcat is HTTP, but it’s not 
correct from the user’s standpoint, who is using HTTPS.

Is there a recommended way to configure ARR with Tomcat so that the original 
HTTPS protocol can be recognized by Tomcat?

--Jesse Barnum, President, 360Works

Reply via email to