Information
The ssl_ssl_svcename configuration parameter defines the name or number of the port the database server listens for incoming communications from remote client nodes using the SSL protocol. The ssl_ssl_svcename and ssl_svcename port numbers cannot be the same.
On Linux operating systems, the ssl_ssl_svcename file is located in: /etc/services
Consider using a non-default port to help protect the database from attacks directed to a default port.
Solution
Run the following command to set the ssl_ssl_svcename parameter value.
db2 => update dbm cfg using ssl_ssl_svcename <value> immediate or deferred
Default Value:
Null