When using IIS & Tomcat, should I install ssl on IIS or tomcat?
Usera User
Greenhorn
Joined: Jul 13, 2005
Posts: 21
posted
0
Hi,
I integrate IIS with Tomcat and want to config some pages to use SSL, should I install the ssl cert on IIS or tomcat?
Thanks
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
As I recall, Tomcat gets installed on IIS as a handler for certain requests while IIS handles connecting to the initial request and just passes it through to Tomcat. Therefore, IIS is doing the SSL.