Hi Sai,
only these entries are valid:
watt.net.ssl.client.handshake.maxVersion=tls
watt.net.ssl.client.handshake.minVersion=tls
This engine does not support TLS v1.1, TLS v1.2 and newer.
“tls” stands for TLS v1.0 in this case.
Make sure you have defined watt.net.useJSSE to “true” to force usage of current TLS v1.x protocols.
The following entries should be shortend then to disable insecure versions:
watt.net.jsse.client.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2
watt.net.jsse.server.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2
should be set to the following for maximum security:
watt.net.jsse.client.enabledProtocols=TLSv1.2
watt.net.jsse.server.enabledProtocols=TLSv1.2
TLS v1.3 is not yet supported.
watt.net.ssl-entries and watt.net.jsse-entries refer to two different SSL-engines while JSSE is preferred over Entrust (=SSL) nowadays.
See IS Administrators Guide for further information on these settings.
Regards,
Holger
#API-Gateway#Integration-Server-and-ESB#API-Management#webMethods#B2B-Integration#webMethods-io-Integration