You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/02/13 13:28:37 UTC

[Bug 61901] Support for https.cipherSuites property

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

--- Comment #6 from bamboocha324@yahoo.de ---
Hi,

i'm also using strong https connection during my jmeter tests since jmeter 3.0.

What i've done and is perfectly working for me is i've set this:

JMETER_OPTS="-Dhttps.cipherSuites=TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"

to my jmeter.sh file.

Doing so my jmeter connect (via ssl) using this cipher string with my server.
I also set in the jmeter.properties the tls version to 1.2 (only) cuz this
cipher is only in tlsv1.2

Best Regards.

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