mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
g3-fluentd: use rustls instead of openssl
This commit is contained in:
parent
fb9eeac87f
commit
9e8c9fa974
10 changed files with 55 additions and 37 deletions
|
|
@ -87,12 +87,27 @@ Set the tcp keepalive config for the connection to fluentd server.
|
|||
tls_client
|
||||
----------
|
||||
|
||||
**optional**, **type**: :ref:`openssl tls client config <conf_value_openssl_tls_client_config>`
|
||||
**optional**, **type**: :ref:`rustls client config <conf_value_rustls_client_config>`
|
||||
|
||||
Enable tls and set the config.
|
||||
|
||||
**default**: not set
|
||||
|
||||
.. versionchanged:: 1.7.35
|
||||
|
||||
change to use rustls
|
||||
|
||||
tls_name
|
||||
--------
|
||||
|
||||
**optional**, **type**: :ref:`tls name <conf_value_tls_name>`
|
||||
|
||||
Set the tls server name to verify peer certificate.
|
||||
|
||||
**default**: not set
|
||||
|
||||
.. versionadded:: 1.7.35
|
||||
|
||||
connect_timeout
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue