The URLs panel displays the end points to access the NeoLoad REST APIs:
By default, the NeoLoad Controller embeds a REST API server that listens on port 7400.
The port can be customized in configuration file
, section [controller.properties
].RESTAPIs
[RESTAPIs]
port=<portNumber>
Client/server communications are secured using SSL encryption. By default, a keystore contains a certificate used for encryption. This keystore is generated the first time NeoLoad is launched and is unique per NeoLoad installation.
To specify a different keystore, you need to put a file named dataexchange.keystore in
folder. Then specify the password in configuration file Neotys\NeoLoad\v7.9\conf
, section [controller.properties
]. RESTAPIs
[RESTAPIs]
issecured=false
keystore.encryptedPassword=<password>
needs to be encrypted using the password-scrambler tool. For more information about Password-Scrambler, see How do I use the password-scrambler tool.<password>
The Identification panel enables you to manage the clients identification. By default, when the checkbox is disabled, no identification is performed: the server accepts all client connections.