g3proxy: also use user-site tls client config for https forward

This commit is contained in:
Zhang Jingqiang 2024-04-18 10:20:25 +08:00
parent 376b22b8c2
commit d874fc2d9a
3 changed files with 14 additions and 2 deletions

View file

@ -67,6 +67,8 @@ Set the auth realm.
**default**: proxy
.. _config_server_http_proxy_tls_client:
tls_client
----------

View file

@ -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