[jboss-svn-commits] JBL Code SVN: r33455 - labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/webservice_proxy_security.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 11 13:26:52 EDT 2010


Author: kevin.conner at jboss.com
Date: 2010-06-11 13:26:52 -0400 (Fri, 11 Jun 2010)
New Revision: 33455

Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/webservice_proxy_security/readme.txt
Log:
Add comments from David re PKIX failure: JBESB-3337

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/webservice_proxy_security/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/webservice_proxy_security/readme.txt	2010-06-11 17:16:53 UTC (rev 33454)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/webservice_proxy_security/readme.txt	2010-06-11 17:26:52 UTC (rev 33455)
@@ -73,6 +73,18 @@
      [java] 15:11:11,976 DEBUG [main][content] << "ayHelloResponse></env:Body></env:Envelope>"
      [java] **** RESPONSE BODY: <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><ns2:sayHelloResponse xmlns:ns2="http://webservice_proxy_security/helloworld"><return>Hello 'dward' on Wed Jul 29 15:11:11 GMT-05:00 2009</return></ns2:sayHelloResponse></env:Body></env:Envelope>
 
+NOTE:
+=====
+
+If you get a client-side exception that looks like this:
+	Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
+
+Then read the explanation and follow the instructions outlined here to resolve it:
+	http://dreamingthings.blogspot.com/2006/12/no-more-unable-to-find-valid.html
+
+You can also read more about the behavior of JSSE here:
+	http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#X509TrustManager
+
 Project file descriptions:
 ==========================
 	jboss-esb-template.xml (transformed to build/jboss-esb.xml after "genkey" target):



More information about the jboss-svn-commits mailing list