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 Studio and robot client:

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

    • For robot clients:

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

    • For Studio:

      C:\Program Files\Kryon 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

Non-default Discovery port: Console configuration

If the Discovery port is non-default, follow these additional steps on the RPA server to configure Console Plus:

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

    • {InstallFolder}\RPA\Kryon Web Server 64bit\Console\API\Config\appSettings.config

    • {InstallFolder}\RPA\Kryon Web Server 64bit\WebAPI\Config\appSettings.config

  2. In each, find the line that reads <add key="DiscoveryPort" value=... />, and change the value to equal the actual port number used.