.NET Core 使用 HttpClient SSL 请求出错的解决办法

问题 使用 HTTP Client 请求 HTTPS 的 API 时出现 The certificate cannot be verified up to a trusted certification authority 异常,并且证书已经传入。 下面就是问题代码: public class Program { public static void Main(string[] args) { v
相关文章
相关标签/搜索