Author: sebb
Date: Sat Jan 31 11:56:55 2009
New Revision: 739549
URL: http://svn.apache.org/viewvc?rev=739549&view=rev
Log:
Document https.socket.protocols.
Modified:
jakarta/jmeter/trunk/bin/jmeter.properties
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jakarta/jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/jmeter.properties?rev=739549&r1=739548&r2=739549&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/jmeter.properties (original)
+++ jakarta/jmeter/trunk/bin/jmeter.properties Sat Jan 31 11:56:55 2009
@@ -71,6 +71,9 @@
# This may need to be changed here (or in user.properties) to:
#https.default.protocol=SSLv3
+# List of protocols to enable (unlikely to be needed):
+#https.socket.protocols=SSLv2Hello SSLv3 TLSv1
+
#---------------------------------------------------------------------------
# Look and Feel configuration
#---------------------------------------------------------------------------
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=739549&r1=739548&r2=739549&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jan 31
11:56:55 2009
@@ -155,6 +155,9 @@
https.default.protocol=SSLv3
</pre>
</p>
+ <p>
+ JMeter also allows one to enable additional protocols, by changing the
property <tt>https.socket.protocols</tt>.
+ </p>
<p>If the request uses cookies, then you will also need an
<complink name="HTTP Cookie Manager"/>. You can
add either of these elements to the Thread Group or the HTTP Request.
If you have
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]