|
From: <bob...@us...> - 2003-09-10 04:47:15
|
Update of /cvsroot/ebxmlms/ebxmlms/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv3802/conf
Modified Files:
msh.properties.xml
Log Message:
Change KeyStoreTrustManager to make it 1.3 compilance
add AlwaysTrueHostnameVerifier to easy debugging.
change Http.java to support SSL Server authentication
Note that in order to support JSDK 1.3, it use some deprecated functions.
Also note that the settings to support SSL maybe dependent to the
app. server.
Index: msh.properties.xml
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/conf/msh.properties.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** msh.properties.xml 9 Sep 2003 04:06:18 -0000 1.25
--- msh.properties.xml 10 Sep 2003 04:47:02 -0000 1.26
***************
*** 131,136 ****
<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>-->
--- 131,136 ----
<SSL>
<!-- Optional property specifying the implementation class name of
! com.sun.net.ssl.HostnameVerifier from JSSE 1.0 which handle the case
! when the URL's hostname and the server's identification hostname
mismatch-->
<!--<HostnameVerifier></HostnameVerifier>-->
|