You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2012/08/02 14:06:09 UTC

svn commit: r1368431 - in /cxf/trunk/distribution/src/main/release/samples/wsdl_first_https: README.txt src/main/resources/SecureClient.xml

Author: gmazza
Date: Thu Aug  2 12:06:09 2012
New Revision: 1368431

URL: http://svn.apache.org/viewvc?rev=1368431&view=rev
Log:
Removed disableCNCheck from wsdl_first_https Spring XML config option

Modified:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/src/main/resources/SecureClient.xml

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt?rev=1368431&r1=1368430&r2=1368431&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt Thu Aug  2 12:06:09 2012
@@ -87,10 +87,6 @@ runtime by prompting for the password.  
 demonstration purposes only.
 
 Certificates:
-If the certificates have expired, a shell script in bin/gencerts.sh 
-will generate a new set of certificates needed for this sample. 
-Just do the following:
-
-        cd certs
-        sh ../bin/gencerts.sh
+See the src/main/config folder for the sample keys used (don't use
+these keys in production!) as well as scripts used for their creation.
 

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/src/main/resources/SecureClient.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/src/main/resources/SecureClient.xml?rev=1368431&r1=1368430&r2=1368431&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/src/main/resources/SecureClient.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/src/main/resources/SecureClient.xml Thu Aug  2 12:06:09 2012
@@ -35,7 +35,7 @@
            http://www.springframework.org/schema/beans/spring-beans.xsd">
 
   <http:conduit name="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit">
-    <http:tlsClientParameters disableCNCheck="true">
+    <http:tlsClientParameters>
       <sec:keyManagers keyPassword="ckpass">
           <sec:keyStore file="src/main/config/clientKeystore.jks" password="cspass" type="JKS"/>
       </sec:keyManagers>