Two-way TLS (SSL) authentication

You can configure your LoadRunner Professional environment to communicate with two-way TLS (SSL) authentication. In this mode, the server send its own certificate and requests from the client to send it client certificate for validation.

Configurations for two-way TLS authentication

The following images illustrate some possible configurations when using two-way TLS authentication:

  • Controller—load generator communication. In this environment, the load generator machine is the server and Controller is the client. You activate authentication on the load generator, enforcing secure communication between the machines.

  • Controller—load generator—MI Listener communication. In this over-firewall environment, the MI Listener machine is the server, and Controller and load generators are the clients. You activate authentication on the MI Listener machine which, in turn, enforces secure communication with the Controller and load generators.

  • Controller—MI Listener—load generator—Monitor Over Firewall Communication. In this over-firewall environment, the MI Listener machine is the server. The Monitor Over Firewall, Controller, and load generator machines are the clients. You activate authentication on the MI Listener machine which, in turn, enforces secure communication with the other machines.

Back to top

Configure secure communication with two-way TLS (SSL) authentication

The following procedure describes the steps required to set up secure communication with two-way TLS (SSL) authentication in your LoadRunner Professional environment.

To set up two-way TLS authentication:

  1. Set up the CA and TLS certificates

    1. Create a Certificate Authority (CA) certificate or ensure that you have a valid existing CA certificate.
    2. Create or select a TLS certificate.

    3. Install the CA and TLS certificate on all relevant LoadRunner Professional machines in your system.

    For details, see Configure secure communication with TLS (SSL).

  2. Determine which machine in your system is the server for client-server communications.

  3. Activate client authentication on the machine acting as the server.

    Do one of the following:

  4. Configure Authentication Settings in Controller.

    In Controller, select the CA and TLS certificates to be used for the scenario run. For details, see Authentication Settings tool.

  5. Activate server authentication on client machines (optional).

    If you want the client machines to validate the server certificate, set this option for each client machine.

    Do one of the following:

    • Use the following Network and Security Manager command line from a single location to activate server authentication on all relevant host machines: set -check_server_cert to High for the highest level of security. For more information, see -check_server_cert.
    • On each client machine in your system, enable the Use Secure Connection (SSL) option in the Agent Configuration Settings dialog box, and set the Check Server Certificates level.

    Note: When provisioning Load Generators on the cloud, the certificates will be taken from Controller and automatically copied to the Load Generators, so the communication will be secure by default. For details about working with load generators on the cloud, see Load generators on the cloud.

Back to top