diff --git a/docs/topics/impala_ssl.xml b/docs/topics/impala_ssl.xml index 0bc611bb6..4e261a8ea 100644 --- a/docs/topics/impala_ssl.xml +++ b/docs/topics/impala_ssl.xml @@ -199,9 +199,13 @@ under the License.

- By default, the cipher list is empty, and Impala uses the default cipher list for the - underlying platform. See the output of man ciphers for the full set + See the output of man ciphers for the full set of keywords and notation allowed in the argument string. + Since the default value of --ssl_cipher_list + is a set of ciphers based on Mozilla's intermediate compatibility recommendations + from https://wiki.mozilla.org/Security/Server_Side_TLS. + Prior to the default was unset, and Impala used the default + cipher list for the underlying platform.