Overview : Https 로 접근 할여 데이타 가져올때 오류 발생
요청이 중단되었습니다. SSL/TLS 보안 채널을 만들 수 없습니다.
상단에 추가 소스
1 2 3 |
System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls | System.Net.SecurityProtocolType.Tls12; |
요청이 중단되었습니다. SSL/TLS 보안 채널을 만들 수 없습니다.
1 2 3 |
System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls | System.Net.SecurityProtocolType.Tls12; |
Copyright © 2025 | WordPress Theme by MH Themes