From 29fdf1fb7eadb06b2c5a768b5b01ef5f5181db4c Mon Sep 17 00:00:00 2001 From: "yongkang.zhong" Date: Sun, 23 Apr 2023 22:27:28 +0800 Subject: [PATCH] [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