https://bz.apache.org/bugzilla/show_bug.cgi?id=57804

            Bug ID: 57804
           Summary: HTTPS doesn't reuse cache SSL context
           Product: JMeter
           Version: 2.13
          Hardware: PC
                OS: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: HTTP
          Assignee: [email protected]
          Reporter: [email protected]

Hi,

With the latest release of Jmeter 2.13, I see SSL handshake is being done for
each sample HTTPS request, which suggests that the cached ssl context is not
being used.
Following properties is also set in the jmeter properties file.
https.use.cached.ssl.context=true

As can be seen from the below log file, in 2.13 close is being called twice for
2 HTTPS samplers

2.13 - dubug info of ssl connection
1_11_PerfomanceTestSuite_SingleUser 1-1, called close()
1_11_PerfomanceTestSuite_SingleUser 1-1, called closeInternal(true)
1_11_PerfomanceTestSuite_SingleUser 1-1, SEND TLSv1.2 ALERT:  warning,
description = close_notify
1_11_PerfomanceTestSuite_SingleUser 1-1, called closeSocket(selfInitiated)
1_11_PerfomanceTestSuite_SingleUser 1-1, called close()
1_11_PerfomanceTestSuite_SingleUser 1-1, called closeInternal(true)
1_11_PerfomanceTestSuite_SingleUser 1-1, SEND TLSv1.2 ALERT:  warning,
description = close_notify
1_11_PerfomanceTestSuite_SingleUser 1-1, called closeSocket(selfInitiated)

As can be seen from the below log file, in 2.11 close is being called once for
HTTPS samplers
2.11 - dubug info of ssl connection
1_11_PerfomanceTestSuite_SingleUser 1-1, setSoTimeout(10000) called
1_11_PerfomanceTestSuite_SingleUser 1-1, called close()
1_11_PerfomanceTestSuite_SingleUser 1-1, called closeInternal(true)
1_11_PerfomanceTestSuite_SingleUser 1-1, SEND TLSv1.2 ALERT:  warning,
description = close_notify
1_11_PerfomanceTestSuite_SingleUser 1-1, called closeSocket(selfInitiated)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to