Unanswered question

Can I specify the version of TLS to use on playback?

Working with a customer that wants to use a specific version of TLS, in this case 1.2. Is it possible to tell NeoLoad to use only that version?

JJ W.
JJ W.

JJ W.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

By default NeoLoad will try to use the higher TLS version so here v1.2 but if you would like to make sure no other SSL version will be used you can force NeoLoad to do so.

  1. Edit the <install_dir>\conf\controller.properties file
  2. Go to the [General] section
  3. Remove the SSL version in the key to keep only TLSv1.2 https.protocols=SSLv3,TLSv1,TLSv1.1,TLSv1.2
  4. Save
  5. Restart NeoLoad