728x90
var httpResponse = (HttpWebResponse)httpRequest.GetResponse(); 호출 시
-> 기본 연결이 닫혔습니다. 보내기에서 예기치 않은 오류가 발생했습니다.
// .NET 4.0 이하에서 TLS 1.2 활성화
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; // TLS 1.2의 정수 값
// .NET 4.5 이상에서 TLS 1.2 활성화
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
728x90
'c#' 카테고리의 다른 글
구 닷넷프레임워크 버전에서 TLS1.2 사용 절차 (0) | 2024.12.07 |
---|---|
<string xmlns="http://tempuri.org/"> </string> 없애기 (0) | 2022.06.15 |
System.Web.Helpers.Json..cctor() 메서드가 System.Web.Helpers.Json.CreateSerializer() 메서드에 액세스하지 못했습니다 (0) | 2015.09.07 |
zedgraph (0) | 2013.04.27 |
EventType clr20r3 P9 system.io.fileloadexception (0) | 2013.04.27 |
댓글