.NET Core HttpClient SSL请求出错,如何排查和解决?
- 内容介绍
- 文章标签
- 相关推荐
本文共计458个文字,预计阅读时间需要2分钟。
问题:使用HTTP Client请求HTTPS的API时出现The certificate cannot be verified up to a trusted certification authority异常,并且证书已导入。代码:public class Program { public static void Ma
问题
使用 HTTP Client 请求 HTTPS 的 API 时出现 The certificate cannot be verified up to a trusted certification authority 异常,并且证书已经传入。
本文共计458个文字,预计阅读时间需要2分钟。
问题:使用HTTP Client请求HTTPS的API时出现The certificate cannot be verified up to a trusted certification authority异常,并且证书已导入。代码:public class Program { public static void Ma
问题
使用 HTTP Client 请求 HTTPS 的 API 时出现 The certificate cannot be verified up to a trusted certification authority 异常,并且证书已经传入。

