https://bz.apache.org/bugzilla/show_bug.cgi?id=59779

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
(In reply to NateC from comment #4)

> This configuration is being used behind a load balancer performing SSL
> offloading. Looking at the connector doc,
> https://tomcat.apache.org/tomcat-7.0-doc/config/http.html it looks like this
> should work based on this description.

It does work.

You can't have the reverse proxy passing both http and https traffic from the
client to that connector. The Connector attributes secure="true" and
scheme="https" tell Tomcat that ALL traffic received by that Connector was
sent, by the client, over https. If that isn't the case, stuff will break.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to