mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
g3proxy: also use user-site tls client config for https forward
This commit is contained in:
parent
376b22b8c2
commit
d874fc2d9a
3 changed files with 14 additions and 2 deletions
|
|
@ -67,6 +67,8 @@ Set the auth realm.
|
|||
|
||||
**default**: proxy
|
||||
|
||||
.. _config_server_http_proxy_tls_client:
|
||||
|
||||
tls_client
|
||||
----------
|
||||
|
||||
|
|
|
|||
|
|
@ -87,7 +87,10 @@ tls_client
|
|||
|
||||
Set the tls client config for server handshake in TLS interception.
|
||||
|
||||
This will overwrite the auditor level `tls_interception_client <conf_auditor_tls_interception_client>`.
|
||||
This will overwrite:
|
||||
|
||||
- auditor `tls_interception_client <conf_auditor_tls_interception_client>` if tls interception is enabled
|
||||
- http_proxy server `tls_client <config_server_http_proxy_tls_client>` if https forward is enabled
|
||||
|
||||
**default**: not set
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue