Specifying a cipher for Sametime to connect to Domino LDAP on Docker or Podman

Several options that are related to the LDAP server SSL or TLS secure communications can be controlled by environment variables that are used by System SSL. This topic discusses the steps on how to specify a cipher for Sametime to connect to Domino LDAP.

Before you begin

By default, Domino 12.0.x LDAP servers must be configured to support a certain cipher used by Sametime. For more information, see Sametime 12.0 TLS required ciphers to connect to Domino 12.0.2 LDAP.

About this task

This task involves defining the required cipher for Sametime to connect to Domino 12 LDAP servers. To support Domino 12.0.2 LDAP connections, follow these steps.

Procedure

  1. Open the custom.env file for editing.
  2. Add the following line.
    STI__Config__STLDAP_TLS_CIPHER_SUITES=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
    For more information on how to configure the sametime.ini file, refer to Configuring the sametime.ini file on Docker or Podman.
  3. Save and close the file.
  4. Follow the steps in the Applying configuration changes in Docker or Podman topic.