Ver Fonte

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

Ivan Dzikovsky há 8 anos atrás
pai
commit
5ee0bb7
2 ficheiros alterados com 2 adições e 2 exclusões
  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.