Managing Ciphers
The following procedure shows how to manage ciphers in Siebel Application Interface for Siebel CRM.
To manage ciphers
-
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" maxParameterCount="1000" scheme="https" secure="true" relaxedQueryChars=" "<>[\]^`{|}" relaxedPathChars=" "<>[\]^`{|}" > <SSLHostConfig truststoreFile="xxxx" truststorePassword="xxxx" truststoreType="JKS" protocols="TLSv1.2+TLSv1.3" ciphers="...." certificateVerification="none" > <Certificate certificateKeystoreFile="xxxx" certificateKeystorePassword="xxxx" certificateKeystoreType="JKS" certificateKeyAlias="xxxx" /> </SSLHostConfig> </Connector> -
Add ciphers to this list (or remove ciphers from this list) as required.
-
Restart the application container for Siebel Application Interface.
For information on starting and stopping application containers, see Siebel System Administration Guide.