问题
使用 HTTP Client 请求 HTTPS 的 API 时出现 The certificate cannot be verified up to a trusted certification authority 异常,并且证书已经传入。
下面就是问题代码:
public class Program
{
public static void Main(string[] args)
{
var url = @https://xxx.xxx.xxx.xxx:xxxx/xxx-web/services/xxxx?wsdl;
var handler = new HttpC
- 1
- 2
前往页