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

            Bug ID: 65692
           Summary: HTTP(s) Test Script Recorder: Enable setting enabled
                    cipher suite and enabled protocols on SSLContext/
                    Align ssl properties between Java and HC4 impl
           Product: JMeter
           Version: 5.4.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_5.5

1) Cipher Suite is configurable through 2 properties:
Documented one called "https.cipherSuites" in HttpSSLProtocolSocketFactory
Undocumented one called "https.socket.ciphers" in
LazyLayeredConnectionSocketFactory

I suggest we switch in LazyLayeredConnectionSocketFactory https.socket.ciphers
to https.cipherSuites as the latter is documented

2) It seems it's not possible to control cipher suites and protocols in HTTP(S)
Test Script Recorder, we only allow setting SSLContext algo but neither
SSLSocket protocols nor cipherSuites.

I suggest we set both using the values of properties in Proxy#startSSL:

* https.cipherSuites
* https.socket.protocols

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

Reply via email to