소스 검색

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.