diff options
| author | luwenpeng <[email protected]> | 2020-09-28 14:33:50 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2020-09-28 18:05:59 +0800 |
| commit | fa3e050bb7d3f70d29552378337bfe2eeec73205 (patch) | |
| tree | ed569394a98d2c591454357e784624be4fdaef06 /platform/src/proxy.cpp | |
| parent | 8de4143d6c7ece972e3dc74b63caa2c0b1b0056b (diff) | |
TSG-3445 修正 TFE 从毕方加载可信证书时,SSL 证书校验不可信的 bug
Diffstat (limited to 'platform/src/proxy.cpp')
| -rw-r--r-- | platform/src/proxy.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp index 188ad28..9f2d018 100644 --- a/platform/src/proxy.cpp +++ b/platform/src/proxy.cpp @@ -934,4 +934,8 @@ void tfe_proxy_ssl_reset_trust_ca(void) return; } - +void tfe_proxy_ssl_reset_trust_ca_finish(void) +{ + ssl_manager_reset_trust_ca_finish(g_default_proxy->ssl_mgr_handler); + return; +}
\ No newline at end of file |
