New Java properties to set default TLS version
The following table lists the available property overrides.
In the table,
| Web service type | Property | Syntax |
|---|---|---|
| WS-I | gw.webservices.tls.protocols |
-D.gw.webservices.tls.protocols="a, b" |
| RPC | gw.tls.protocols |
-Dgw.tls.protocols="a, b" |
a and b refer to TLS versions, for example:<java> ... -D.gw.webservices.tls.protocols="TLSv1.2, TLSv1.1"
- The property definition indicates that TLS1.2 is the preferred protocol. However, if TLS1.2 is not available, PolicyCenter attempts to use TLS 1.1 instead.
- The property definition affects only client WS-I web service calls.
See also
