bloritsch 01/11/01 13:22:00 Modified: bin jmeter.properties Log: fix jmeter.properties Revision Changes Path 1.33 +7 -3 jakarta-jmeter/bin/jmeter.properties Index: jmeter.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/bin/jmeter.properties,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- jmeter.properties 2001/11/01 20:35:52 1.32 +++ jmeter.properties 2001/11/01 21:21:59 1.33 @@ -20,10 +20,14 @@ #And the package name where Stream Handlers can be found #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.pkgs=com.sun.net.ssl.internal.www.protocol + +#ssl.provider=com.sun.net.ssl.internal.ssl.Provider #ssl.provider=iaik.security.jsse.provider.IAIKJSSEProvider -javax.net.ssl.trustStore=/Documents and Settings/bloritsch/Desktop/giacomo/cacerts +#ssl.pkgs=com.sun.net.ssl.internal.www.protocol + +#The location of the truststore (trusted certificates) if other than the default. +#you can uncomment this and change the path to the correct location. +#javax.net.ssl.trustStore=/path/to/cacerts #Alternative protocol of the ssl provider for IAIK JCE + iSaSiLk #ssl.pkgs=iaik.protocol
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
