Sfoglia il codice sorgente

[core] add ssl_cipher_list to hue.ini

Abraham Elmahrek 11 anni fa
parent
commit
a4c373bad6
2 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 4 0
      desktop/conf.dist/hue.ini
  2. 4 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 4 - 0
desktop/conf.dist/hue.ini

@@ -56,6 +56,10 @@
   # Filename of SSL RSA Private Key
   ## ssl_private_key=
 
+  # List of allowed and disallowed ciphers in cipher list format.
+  # See http://www.openssl.org/docs/apps/ciphers.html for more information on cipher list format.
+  ## ssl_cipher_list=DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2
+
   # LDAP password of the hue user used for LDAP authentications. For example for LDAP Authentication with HiveServer2.
   # ldap_password=
 

+ 4 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -65,6 +65,10 @@
   # Filename of SSL RSA Private Key
   ## ssl_private_key=
 
+  # List of allowed and disallowed ciphers in cipher list format.
+  # See http://www.openssl.org/docs/apps/ciphers.html for more information on cipher list format.
+  ## ssl_cipher_list=DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2
+
   # LDAP password of the hue user used for LDAP authentications. For example for LDAP Authentication with HiveServer2.
   # ldap_password=