Sfoglia il codice sorgente

HUE-7483 [backend] validate property in hue.ini is ignored (#603)

Ivan Dzikovsky 8 anni fa
parent
commit
5ee0bb7
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -124,7 +124,7 @@
   ## ssl_cacerts=/etc/hue/cacerts.pem
 
   # Choose whether Hue should validate certificates received from the server.
-  ## validate=true
+  ## ssl_validate=true
 
   # Default LDAP/PAM/.. username and password of the hue user used for authentications with other services.
   # Inactive if password is empty.

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -128,7 +128,7 @@
   ## ssl_cacerts=/etc/hue/cacerts.pem
 
   # Choose whether Hue should validate certificates received from the server.
-  ## validate=true
+  ## ssl_validate=true
 
   # Default LDAP/PAM/.. username and password of the hue user used for authentications with other services.
   # Inactive if password is empty.