Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_ssl, https, and tomcat

Status
Not open for further replies.

dan234

Technical User
Feb 4, 2003
1
US
I am trying ro set up a secure web configuration. My inten is to authenticate users against an application server sitting behind a firewall. To avoid passing username/pasword combinations in cleartext, the web front end uses mod_ssl to create an https session.

Right now there is no problem establishing the https session, but I can't seem to pass parameters from the secure session to the Tomcat apllication sitting behind the firewall.

My current thory is that the listener side of the tomcat connector is listening on port 80, while my data is coming in on port 443. Can anyone at least confirm this to be the case, and possibly suggest a workaround?

Configuration:

world--|--DMZ (Apache w/mod_ssl)--|--Internal Zone (Tomcat Server)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top