summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2020-09-28 14:33:50 +0800
committerluwenpeng <[email protected]>2020-09-28 18:05:59 +0800
commitfa3e050bb7d3f70d29552378337bfe2eeec73205 (patch)
treeed569394a98d2c591454357e784624be4fdaef06 /plugin
parent8de4143d6c7ece972e3dc74b63caa2c0b1b0056b (diff)
TSG-3445 修正 TFE 从毕方加载可信证书时,SSL 证书校验不可信的 bug
Diffstat (limited to 'plugin')
-rw-r--r--plugin/business/pangu-http/src/pangu_http.cpp3
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.");
}
}
}