标签:ssl public com man pen alt ice 技术 spl
项目启动时,添加下面代码:
项目启动时,添加 public App() { ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) => true; }
https://stackoverflow.com/questions/10397736/restsharp-ignore-ssl-errors
标签:ssl public com man pen alt ice 技术 spl
原文地址:https://www.cnblogs.com/tianciliangen/p/9178598.html