Author: sebb
Date: Mon Apr 17 12:09:02 2006
New Revision: 394751
URL: http://svn.apache.org/viewcvs?rev=394751&view=rev
Log:
Remove IAIK references and non-default SSL settings
Modified:
jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
Modified: jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
URL:
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties?rev=394751&r1=394750&r2=394751&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties Mon Apr 17 12:09:02
2006
@@ -60,29 +60,21 @@
#These provided defaults can be uncommented, and they will work if you are
using
#Sun's JSSE implementation.
-ssl.provider=com.sun.net.ssl.internal.ssl.Provider
-#ssl.provider=iaik.security.jsse.provider.IAIKJSSEProvider
-ssl.pkgs=com.sun.net.ssl.internal.www.protocol
+#ssl.provider=com.sun.net.ssl.internal.ssl.Provider
+#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
#The location of the truststore (trusted certificates) and keystore ( if other
than the default.
#you can uncomment this and change the path to the correct location.
#javax.net.ssl.trustStore=/path/to/cacerts
-javax.net.ssl.keyStore=/usr/java/jdk1.5.0_02/jre/lib/security/cacerts
+#javax.net.ssl.keyStore=/usr/java/jdk1.5.0_02/jre/lib/security/cacerts
#The password to your keystore
-javax.net.ssl.keyStorePassword=changeit
-
-#Alternative protocol of the ssl provider for IAIK JCE + iSaSiLk
-#You can also override IAIK specific Providers as well.
-
-#ssl.pkgs=iaik.protocol
-#ssl.provider=com.mycompany.security.provider.SmartProvider
-#iaik.provider=com.mycompany.security.provider.SmartSSLProvider
+#javax.net.ssl.keyStorePassword=changeit
#Flag for whether to output debug messages to System.err
#To enable it, set the value to "all" Note, for it to work with
#JSSE, it needs to be done from the Java command (i.e. -Djavax.net.debug=all)
-javax.net.debug=all
+#javax.net.debug=all
#---------------------------------------------------------------------------
# Look and Feel configuration
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]