728x90 TLS 1.2 활성화1 기본 연결이 닫혔습니다. 보내기에서 예기치 않은 오류가 발생했습니다. 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; 2023. 11. 7. 이전 1 다음 728x90