You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Patrick Glennon <pg...@unifocus.com> on 2004/07/07 21:34:32 UTC

tomcat behind an SSL proxy

I'm running tomcat standalone ( no apache ) behind an SSL proxy, and my
struts apps issue redirects that come back to http://www.something
<http://www.something/>  rather than https://www.something
<https://www.something/> 

 

Something in response.redirect keeps building a URL with http:// and I can't
figure it out.  I have played with proxyName and proxyPort, but to no avail:

 

If I put https://www.something <https://www.something/>  in proxyName it
chokes

If I put proxyPort=443 then it redirects to http://www.something:443
<http://www.something:443/>  instead of going to https://www.something
<https://www.something/> 

 

I have also played around with the scheme and secure settings in the
connector, but am still stalled.

 

Any help out there for me?

 

Thanks in advance,

-P