Configuring Non-Default Ports in a SSL/TLS Deployment

If you selected a non-default HTTPS port (8083) and/or a non-default Discovery port (80) during RPA server installation for a SSL/TLS deployment, the additional procedures outlined below are required.

Non-default HTTPS and/or Discovery port: client configuration

If either port is non-default, follow these steps for every Nintex Studio and robot client:

  1. With a text editor, open the following configuration files:

    • For robot clients:

      C:\Program Files\Nintex Robot\Config\appSettings.config

    • For Nintex Studio:

      C:\Program Files\Nintex Studio\Config\appSettings.config

  2. Find the line that begins: <add key="EnforceServerSchema" value="" />, and change it to read:

    <add key="EnforceServerSchema" value="https" />

  3. Find the lines that read:

    • <add key="HttpsComPort" value=... />

    • <add key="DiscoveryPort" value=... />

    and (if they are not correct), change the values to equal the actual port numbers used.