Page History
...
Add the following configurations in the
<CARBON_SERVER>/repository/conf/identity/thrift-authentication.xml
file as sub-elements of the root<Server>
element.Code Block <SSLEnabledProtocols>TLSv1,TLSv1.1,TLSv1.2</SSLEnabledProtocolsSSLEnabledProtocols> <Ciphers>TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_RSA_WITH_AES_128_GCM_SHA256</Ciphers>
Tip Tip: You can also add the following additional cipher suites to the
<Ciphers>
property if JCE Unlimited Strength Jurisdiction Policy is enabled in Java.Code Block TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_DHE_RSA_WIT
If you wish to remove
TLSv1
orTLSv1.1
, you can do so by removing them as values from the<SSLEnabledProtocols>
property.Restart the server.
...
Overview
Content Tools
Activity