SSL protocols and cipher suite values
View and compare HTTP SSL protocols and cipher suites that is created on startup, if you enable debug logging in your runtime.
You can compare this list to what the Java SSLEngine handles to see which protocols are available.
Boomi suggests using a tool that queries SSL services like SourceForge’s SSLScan to determine the ciphers that are supported. SSLScan supports TLSv1.1 and TLSv1.2. Note that JDK 8 and JDK 11 releases have different TLS protocols and cipher suites supported.