在代码行 HttpWebRequest objRequest = (HttpWebRequest)HttpWebRequest.Create(sUrl
前面加上
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
。https禁用TLS1.0 开启TLS1.2 就会报这个错误。我感觉是链接数据库时通讯失败造成的。官放的读不大懂。。。
HttpWebRequest 基础连接已经关闭: 接收时发生错误 GetRequestStream 因为算法不同,客户端和服务器无法通信。
原文:https://www.cnblogs.com/lonelyxmas/p/11148916.html