expected more stuff in the log file and was hoping for SSL
connection information. Am I off base?
Tim
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Monday, September 08, 2008 12:43 PM
To: Tomcat Users List
Subject: RE: SSL https clientAuth debugging assistance
implement a logger so you can trace whats going on
http://tomcat.apache.org/tomcat-5.5-doc/logging.html
also in %TOMCAT_HOME/conf/server.xml crankup the debug attribute on your
http://tomcat.apache.org/tomcat-4.0-doc/config/http11.html
and you'll see lots of messages in tomcat console
HTH
Marti