瀏覽代碼

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

Ivan Dzikovsky 8 年之前
父節點
當前提交
5ee0bb7
共有 2 個文件被更改,包括 2 次插入2 次删除
  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.