Skip to main content
Feedback

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 does not support protocols higher than TLSv1. Note that JDK7 and JDK8 have different protocols and ciphers.

Additional resources

SSLScan

On this Page