Browse Source

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

Ivan Dzikovsky 8 năm trước cách đây
mục cha
commit
5ee0bb7b16
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.