.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
相關文章
相關標籤/搜索