Until recently, I didn’t know the list of supported Cipher Suites in OpenJDK is widely different between JDK versions. I used getSupportedCipherSuites() on OpenJDK 10 to get the following list, and check the strength of encryption. My criteria is: At least 128bit. No NULL ciphers. No anonymous auth ciphers …