1
ECDSA 인증서가있는 URL에서 XML이 필요합니다.ECDSA 인증서를 사용하여 URL에서 xml 문서 가져 오기
The request was aborted: Could not create SSL/TLS secure channel
내가 시도 : :이 얻을 때 , 나는 오류가
ServicePointManager.ServerCertificateValidationCallback = (snder, cert, chain, error) => true;
및
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
여전히
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
하지만 같은 오류.