On 9 March 2012 07:56, <[email protected]> wrote: > Author: pmouawad > Date: Fri Mar 9 07:56:42 2012 > New Revision: 1298725 > > URL: http://svn.apache.org/viewvc?rev=1298725&view=rev > Log: > Clarified how to setup Multiple Client Certificates with Keystore > Configuration
Good catch. > Modified: > jmeter/trunk/xdocs/usermanual/component_reference.xml > > Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml > URL: > http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1298725&r1=1298724&r2=1298725&view=diff > ============================================================================== > --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) > +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Mar 9 07:56:42 > 2012 > @@ -3418,6 +3418,13 @@ This component is typically used in HTTP > <property name="Alias End Index" required="Yes">The index of the last key > to use in Keystore.</property> > </properties> > > +<note> > +To make JMeter use more than one certificate you need to ensure that: > +<ul> > +<li>https.use.cached.ssl.context=false is set in jmeter.properties or > user.properties</li> > +<li>You use either HTTPClient 3.1 or 4 implementations for HTTP Request</li> > +</ul> > +</note> > </component> > > <component name="Login Config Element" index="§-num;.4.10" width="352" > height="112" screenshot="login-config.png"> > >
