-
-
Save jauderho/7121fff1281b9d81af2c38aabf6409a1 to your computer and use it in GitHub Desktop.
List of hardened Java 7/8 ciphers for use with Tomcat HTTPS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ciphers="TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, | |
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, | |
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, | |
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, | |
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, | |
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, | |
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, | |
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, | |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, | |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, | |
TLS_RSA_WITH_AES_256_GCM_SHA384, | |
TLS_RSA_WITH_AES_128_GCM_SHA256, | |
TLS_EMPTY_RENEGOTIATION_INFO_SCSVF"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment