You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ad...@apache.org on 2023/04/12 15:35:55 UTC

[doris] branch master updated: [fix](HttpServer) Disable https by default (#18608)

This is an automated email from the ASF dual-hosted git repository.

adonisling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new c5a55574c6 [fix](HttpServer) Disable https by default (#18608)
c5a55574c6 is described below

commit c5a55574c610aae2573551e30c8b20b301c7b1c6
Author: xiaojunjie <xi...@baidu.com>
AuthorDate: Wed Apr 12 23:35:44 2023 +0800

    [fix](HttpServer) Disable https by default (#18608)
---
 conf/be.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/be.conf b/conf/be.conf
index e319ac3483..ab65e76aec 100644
--- a/conf/be.conf
+++ b/conf/be.conf
@@ -33,7 +33,7 @@ heartbeat_service_port = 9050
 brpc_port = 8060
 
 # HTTPS configures
-enable_https = true
+enable_https = false
 # path of certificate in PEM format.
 ssl_certificate_path = "$DORIS_HOME/conf/cert.pem"
 # path of private key in PEM format.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org