|
From: <bob...@us...> - 2003-09-09 04:06:28
|
Update of /cvsroot/ebxmlms/ebxmlms/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv13696/conf
Modified Files:
msh.properties.xml
Log Message:
add settings for SSL Server authentication.
However, the SSL Server authentication is not implemented yet.
Index: msh.properties.xml
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/conf/msh.properties.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** msh.properties.xml 27 May 2003 03:03:08 -0000 1.24
--- msh.properties.xml 9 Sep 2003 04:06:18 -0000 1.25
***************
*** 129,132 ****
--- 129,147 ----
</DigitalSignature>
+ <SSL>
+ <!-- Optional property specifying the implementation class name of
+ javax.net.ssl.HostnameVerifier which handle the case when
+ the URL's hostname and the server's identification hostname
+ mismatch-->
+ <!--<HostnameVerifier></HostnameVerifier>-->
+ <TrustedAnchor>
+ <!-- Trust keystore for SSL Server Authentication -->
+ <KeyStore>
+ <Path>/hermes</Path>
+ <File>.keystore</File>
+ <Password>changeit</Password>
+ </KeyStore>
+ </TrustedAnchor>
+ </SSL>
<Persistent>
<Database>
|