https://bz.apache.org/bugzilla/show_bug.cgi?id=60768
Bug ID: 60768
Summary: Jmeter: testing with TLS cert creates new connection
with every request
Product: JMeter
Version: 3.0
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hi,
When I use Jmeter with TLS client cert, it creates a new connection for every
request, though I have keep alive on.
When I tried to test the same it Apache httpClient directly, I noticed that we
need to have one special setting in httpclinet configuration
".setUserTokenHandler(new NoopUserTokenHandler())",
in order to make httpclinet use the same connection.
I was wondering if there is there any way to override httpClient configuration
in Jmeter?
I tried to used Jmeter 2.13 and Jmeter 3.0 and found the same issue with both.
Please suggest.
--
You are receiving this mail because:
You are the assignee for the bug.