Could not create SSL/TLS secure channel.

解决办法:

ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

posted @ 2018-01-18 14:54  daviyoung  阅读(628)  评论(0)    收藏  举报