Hi, I'm experiencing the following errors while running Tomcat 4.1.27 on Win2K. I have a U.S. Government certificate in X.509 format "trusted" on Tomcat. I'm trying to communicate on SSL, but it appears that my certificate isn't trusted. I followed the instructions - any ideas on why my certificate isn't being trusted (if that's my problem)
Thanks!!!!!! cacerts file: pa-ng-app, Jun 16, 2004 trustedCertEntry, Certificate fingerprint (MD5): DD:3D:8F.....etc.... Errors: Exception Message: java.security.cert.CertificateException: Could not find trusted certificate javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Could not find trusted certificate at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275) at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA 6275) at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275) at com.plumtree.content.client.http.diagnostic.DiagnosticTestsUtil.connectAndCh eckResponseCode(DiagnosticTestsUtil.java:127) at com.plumtree.content.client.http.diagnostic.DiagnosticTests.testConnectionWi thPortal(DiagnosticTests.java:644) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.plumtree.content.client.http.diagnostic.DiagnosticTests.executeTestMetho d(DiagnosticTests.java:202) at com.plumtree.content.client.http.diagnostic.DiagnosticTests.executeDiagnosti cTests(DiagnosticTests.java:178) at com.plumtree.content.client.http.diagnostic.DiagnosticTests.getDiagnosticTes tResults(DiagnosticTests.java:150) at org.apache.jsp.index_0002dinclude_0002ddiagnostics_jsp._jspService(index_000 2dinclude_0002ddiagnostics_jsp.java:53) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at ...........etc........etc.....
