Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Configuring Remote Access to the Application Server (SRC CLI)

 

Before you can start using the application server, you need to configure and enable access to the application server. You can make the application server accessible through secure HTTP (HTTPS) or HTTP.

Configuring Access to the Application Server Through Secure HTTP

Before you configure access to the application server through HTTPS, obtain a digital security certificate on the system.

To make the application server accessible through HTTPS:

  1. From configuration mode, access the statement that configures access through HTTPS.
  2. Specify which TCP port is to receive incoming connection requests for the application server.
  3. Specify the interface to be used for connections to the application server.

    On a C Series Controller, use eth1 for built-in Web applications; you can use eth0 for demonstration applications.

  4. Specify the name of the certificate on the local system.
  5. Configure the secure connection protocol to be used by the application server. You can specify more than one protocol in this option.
    Note

    While upgrading to SRC 4.12.0 release, by default all three protocol versions TLSv1, TLSv1.1, and TLSv1.2 are enabled for backward compatibility. We recommend you to configure TLSv1.2 alone to avoid vulnerabilities.

  6. (Optional) Configure user accounts to allow specified clients to authenticate with the application server.

Configuring Access to the Application Server Through HTTP

To make the application server accessible through HTTP:

  1. From configuration mode, access the statement that configures access through HTTP.
  2. Specify which TCP port is to receive incoming connection requests for the application server.
  3. Specify the interface to be used for connections to the application server.

    On a C Series Controller, use eth1 for built-in Web applications; you can use eth0 for demonstration applications.

  4. (Optional) Configure user accounts to allow specified clients to authenticate with the application server.