Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 172 Bytes

jmeter-different-tls-versions.md

File metadata and controls

10 lines (6 loc) · 172 Bytes

Validating TLS with Jmeter

Enable TLS 1.2 for http client4

in user.properties add this line

https.default.protocol=TLSv1.2

for 1.1

https.default.protocol=TLSv1.1