Unanswered question

Where do I find the options for the configuration files?

I am looking to specify exactly what https protocols to use in my scripts for a project. I wish to configure the "https.protocols" item, however I cannot find any documentation relating to the file and the options I may configure.

Susan W.
Susan W.

Susan W.

Level
1
234 / 750
points

Answers

NeoLoad supports up to TLSv1.2 protocol. It can be configured in the <install_dir>\conf\controller.properties file.

Go to [General] section and modify the "https.protocols" key.

For example if you have https.protocols=TLSv1 , NeoLoad and your server can only use that protocol version. If your server does not accept it, the SSL handshake will fail.

Susan W.
Susan W.

Susan W.

Level
1
234 / 750
points

Hi Nouredine, I don't think my question was specific enough. I was wondering if there was any documentation on all the options for the file rather than just the file itself. I can't find anything in the online documentation.