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 /plugin | |
| parent | 8de4143d6c7ece972e3dc74b63caa2c0b1b0056b (diff) | |
TSG-3445 修正 TFE 从毕方加载可信证书时,SSL 证书校验不可信的 bug
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/business/pangu-http/src/pangu_http.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/business/pangu-http/src/pangu_http.cpp b/plugin/business/pangu-http/src/pangu_http.cpp index 17b7f17..058fa8e 100644 --- a/plugin/business/pangu-http/src/pangu_http.cpp +++ b/plugin/business/pangu-http/src/pangu_http.cpp @@ -288,7 +288,8 @@ void trusted_CA_update_finish_cb(void* u_para) g_pangu_rt->ca_store_reseting--; if(g_pangu_rt->ca_store_reseting==0) { - TFE_LOG_INFO(g_pangu_rt->local_logger, "Trusted CA Store Reset Finish."); + tfe_proxy_ssl_reset_trust_ca_finish(); + TFE_LOG_INFO(g_pangu_rt->local_logger, "Trusted CA Store Reset Finish."); } } } |
