-
[C#] HttpClientC#/기초 2025. 12. 9. 15:45
# Error
https://keistory.tistory.com/1735
The SSL connection could not be established, see inner exception
HttpClientHandler clientHandler = new HttpClientHandler(); clientHandler.ServerCertificateCustomValidationCallback = (sender, cert, chain, sslPolicyErrors) => { return true; }; HttpClient httpClient = new HttpClient(clientHandler);Ex)
McpClient 생성
728x90'C# > 기초' 카테고리의 다른 글
[C#] COM Object 이해 (0) 2025.10.16 [C#] DateTime 시간 차이 TimeSpan (0) 2025.09.10 [C#][별**] Task.Run (0) 2025.09.04 [C#] 기본 문자열 서식 ( tab, backspace, etc) (0) 2025.08.20 [C#] Enum, enum (0) 2025.07.10 댓글