You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/04/23 14:27:36 UTC

[doris] branch master updated: [typo](docs) add `enable_ssl` config doc (#18961)

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

luzhijing 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 29fdf1fb7e [typo](docs) add `enable_ssl` config doc (#18961)
29fdf1fb7e is described below

commit 29fdf1fb7eadb06b2c5a768b5b01ef5f5181db4c
Author: yongkang.zhong <zh...@qq.com>
AuthorDate: Sun Apr 23 22:27:28 2023 +0800

    [typo](docs) add `enable_ssl` config doc (#18961)
---
 docs/en/docs/admin-manual/config/fe-config.md    | 6 ++++++
 docs/zh-CN/docs/admin-manual/config/fe-config.md | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md
index 7bb97aa4a1..2482a743ce 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -419,6 +419,12 @@ Default:false
 Https enable flag. If the value is false, http is supported. Otherwise, both http and https are supported, and http requests are automatically redirected to https.
 If enable_https is true, you need to configure ssl certificate information in fe.conf.
 
+#### `enable_ssl`
+
+Default:true
+
+If set to ture, doris will establish an encrypted channel based on the SSL protocol with mysql.
+
 #### `qe_max_connection`
 
 Default:1024
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index 0f36b86b57..ed787c6eff 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -419,6 +419,12 @@ FE https 端口,当前所有 FE https 端口都必须相同
 FE https 使能标志位,false 表示支持 http,true 表示同时支持 http 与 https,并且会自动将 http 请求重定向到 https
 如果 enable_https 为 true,需要在 fe.conf 中配置 ssl 证书信息
 
+#### `enable_ssl`
+
+默认值: true
+
+如果设置为 ture,doris 将与 mysql服务 建立基于 SSL 协议的加密通道。
+
 #### `qe_max_connection`
 
 默认值:1024


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