When we open an inbound tcp port with SSL enabled setting via Tactical ExtensibleSocketConnectorAssertion-1.0.0 Assertion, is there any way to enable or disable TLS versions (TLS 1.0, TLS 1.1, TLS 1.2).
Release : 9.4
Component : API GATEWAY
The -Dhttps.protocols=TLSv1.2 will tell the JRE to use TLS 1.2 by default if the tactical still uses TLS 1.1 despite this setting it seems to set TLS 1.1 in the code ,
To prevent TLS 1.1 to be used you can also disable it in the java.security file .