Configuring Gateway Settings in PAM360

Gateway Settings in PAM360 allow you to customize various aspects of secure remote connections, such as modifying the gateway port, adjusting HTTP header log settings, selecting SSL protocols, and managing cipher suites for encrypted communication. While basic configurations can be made via the PAM360 web interface, advanced settings can be modified by editing the gateway.conf file located at <PAM360-Installation-Directory>\conf folder.

Steps to Configure Gateway Settings

  1. Navigate to Admin >> Privileged Session >> Session Gateway Server in the PAM360 web interface.
    gateway-settings
  2. In the pop-up that opens, modify the attributes as required:
    1. Gateway Port: The default port is 8283. You can change it by entering a new port number.
    2. SSL Protocols: Supported protocols include TLSv1, TLSv1.1, and TLSv1.2 - all enabled by default.
    3. Allowed Cipher Suites: PAM360 supports the following cipher suites:
      • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
      • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
      • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
      • TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
      To modify, manually enter the desired cipher suites in the provided text field.
  3. Click Save to apply the changes. Click Reset to revert to the default settings.

Advanced Customization: For in-depth customization, refer to the gateway.conf file located at <PAM360-Installation-Directory>\conf folder. This file allows you to fine-tune additional gateway parameters beyond what is available in the web interface.

By leveraging these settings, you can optimize PAM360’s secure gateway functionality to meet your organization's security and compliance requirements.





Top