From: Dave B. <bla...@us...> - 2010-11-19 04:00:51
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20609 Modified Files: Tag: Experimental sblim-cim-client2.properties Log Message: 3111718 - org.sblim.cimclient SSL Code is using the wrong SSL Property Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -u -d -r1.1.2.16 -r1.1.2.17 --- sblim-cim-client2.properties 8 Sep 2010 19:03:57 -0000 1.1.2.16 +++ sblim-cim-client2.properties 19 Nov 2010 04:00:43 -0000 1.1.2.17 @@ -402,7 +402,7 @@ # Recognition: On next SSL connection # Default: Security.getProviders("SSLContext.SSL") # -#ssl.SocketFactory.provider= +#sblim.wbem.sslSocketProvider= # The provider to use for creation of SSL server sockets. # @@ -412,7 +412,7 @@ # Recognition: On next SSL connection # Default: Security.getProviders("SSLContext.SSL") # -#ssl.ServerSocketFactory.provider= +#sblim.wbem.sslServerSocketProvider= # The protocol used for SSLContext.getInstance(String protocol). For IBMJSSE2 provider it can # be "SSL_TLS". |