Managing Ciphers

The following procedure shows how to manage ciphers in Siebel Application Interface for Siebel CRM 17.0 and later.

To manage ciphers

  1. In the server.xml file (located in the ai\applicationcontainer\conf\ folder) for Siebel Application Interface, go to the following SSL/TLS Connector container attribute:

    <Connector port="xxxx" 
      protocol="org.apache.coyote.http11.Http11NioProtocol"
      maxThreads="150" 
      SSLEnabled="true" 
      scheme="https" 
      secure="true"
      SSLVerifyClient="require" 
      SSLEngine="on" 
      SSLVerifyDepth="2"
      keystoreFile="xxxx" 
      keystorePass="******" 
      keystoreType="JKS"
      truststoreFile="xxxx" 
      truststorePass="******" 
      truststoreType="JKS"
      clientAuth="false" 
      sslProtocol="TLSv1.2" 
      
    />
  2. Add ciphers to this list (or remove ciphers from this list) as required.

  3. Restart the application container for Siebel Application Interface.

    For information on starting and stopping application containers, see Siebel System Administration Guide.