目前我在 Flurl 工作,并尝试在 https 中联系 API(我在我的实验室)。所以证书无效,Flurl 无法继续工作:/
这是我的错误信息:
Unhandled Exception: System.AggregateException: One or more errors occurred. (Call failed. The SSL connection could not be established, see inner exception. POST https://IP/api/aaaLogin.json) ---> Flurl.Http.FlurlHttpException: Call failed. The SSL connection could not be established, see inner exception. POST https://IP/api/aaaLogin.json ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
在 Flurl 文档中我们可以使用using Flurl.Http.Configuration;
和修改DefaultHttpClientFactory
但是我不理解指定的元素来表示跳过错误。
在网上我可以看到同样的情况:https ://github.com/tmenier/Flurl/issues/365 你有这个问题的问题吗?
谢谢!
扬帆大鱼
慕哥9229398
30秒到达战场
相关分类