Re: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
Hi, Thanks for all the inputs. I found that another war file in webapps/ has set environment to point to it's own keystore, thus it overwrites the JAVA_OPTS somehow. Now that I have imported the certificates into that "keystore" as well, everything works! Regards, Andii --- André Warnier wro

RE: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Caldarale, Charles R
> 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

Re: Tomcat unable to validate SSL certificate authority

2012-05-03 Thread André Warnier
Andy Ee wrote: Dear all, I am stuck with this problem for over a month now, and I have tried all ways but to no avail. My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is 1.6.0_21. I deployed a java program in Tomcat webapps/ which will post some results to a web server via a HTTP

Tomcat unable to validate SSL certificate authority

2012-05-03 Thread Andy Ee
Dear all, I am stuck with this problem for over a month now, and I have tried all ways but to no avail. My Tomcat 6.0.32 is running in Solaris 10 and the JDK version is 1.6.0_21. I deployed a java program in Tomcat webapps/ which will post some results to a web server via a HTTPS url. I receiv