Configuring TCP/IP server nodes to use SSL
Configure a TCP/IP configuration to use SSL to secure connectivity to and from the TCPIP server nodes.
- The type of protocol.
- The allowed cipher suites.
- A key alias.
- Whether a connecting client should provide authentication information.
About this task
Follow these steps to configure the TCPIP nodes to use SSL:
Changing a TCP/IP server configuration to use SSL
About this task
Use the Policy editor to change an existing TCPIP Server policy.
Procedure
-
Set the SSL protocol property to
TLS
. - Leave the Cipher suites property blank so that all available cipher suites can be used.
- Deploy the policy project that contains your TCPIP Server policy to the integration server where you will deploy your associated message flow.
Creating a TCP/IP server configuration that uses SSL
About this task
Use the Policy editor to create a TCPIP Server policy (see Creating policies with the IBM App Connect Enterprise Toolkit).
Procedure
- Set the Port number property to an appropriate value.
-
Set the SSL protocol property to
TLS
. -
Set the Cipher suites property to a list of allowed cipher suites, such as
SSL_RSA_WITH_RC4_128_MD5;SSL_RSA_WITH_3DES_EDE_CBC_SHA
. -
Set the SSL client authentication property to
require
to indicate that connecting clients must authenticate. - Deploy the policy project that contains your TCPIP Server policy to the integration server where you will deploy your associated message flow.
Using an SSL key alias
About this task
A key alias identifies the key that is to be used for the SSL connection, if the keystore for your integration server contains more than one key. Specify the SSL key alias property on the TCPIP Server policy. The default value "" or none, means that an SSL key alias is not used. Any other string identifies the alias.
Procedure
- Create a TCPIP Server policy (see Creating policies with the IBM App Connect Enterprise Toolkit).
- Set the Port number property to the port number to use to make connections.
-
Set the SSL protocol property to
TLS
. -
Specify a list of cipher suites to use (such as
SSL_RSA_WITH_RC4_128_MD5;SSL_RSA_WITH_3DES_EDE_CBC_SHA
). - Set the SSL client authentication property to require to indicate that connecting clients must authenticate.
- Set the SSL key alias property to identify the key to be used.
- Deploy the policy project that contains your TCPIP Server policy to the integration server where you will deploy your associated message flow.
Testing your configuration
About this task
To test your configuration, connect an SSL-enabled client, such as another program, or a web browser, to the server port. Connection error messages, such as handshake failures, or untrusted keys, indicate that you must change the configuration.
Client identity
About this task
- The IdentitySourceToken field is set to the distinguished name from the client certificate.
- The IdentitySourceType field is set to the string username.
- The IdentitySourceIssuedBy field is set to the issuer of the certificate presented by the client.