> From: Andy Ee [mailto:an...@singnet.com.sg] 
> Subject: Tomcat unable to validate SSL certificate authority

> I received the following error in the catalina.out log.

"Logging" to stdout is bad practice for anyone's webapp.

> Therefore I am suspecting that Tomcat is not using cacerts properly.

Therefore you are wrong, since Tomcat isn't using the JVM's cacerts file at 
all.  It's your application that's making the outbound HTTPS request - Tomcat 
isn't involved.  You need to investigate the code that's making the outbound 
request; running it outside of Tomcat in a standalone program will probably be 
an easier environment to debug.  Once that's working, then try it again in a 
webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to