Web_Application/.NET Core (2) 썸네일형 리스트형 The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure. .NET Core Console Application 개발 시 HTTPS 접근을 시도할 때 나타나는 예외 메세지 입니다. static void Main(string[] args) { ServicePointManager.ServerCertificateValidationCallback +=(sender, cert, chain, sslPolicyErrors) => true; //추가 string result = getData(); //구현 Console.WriteLine("{0}", result); } 출처 : https://stackoverflow.com/questions/2675133/c-sharp-ignore-certificate-errors Scaffold-DbContext - Build failed, errors 개발 환경 win 10, vs 2019, .net core 2.1 , mysql 8.0 패키지관리자콘솔 실행 PM> Scaffold-DbContext "Server={{host}};Port={{port}};Database={{db_name}};Uid={{user_id}};Pwd={{password}};" MySql.Data.EntityFrameworkCore -OutputDir Models 에러메세지 Build failed. > 접속정보는 정상이라는 가정하에 프로젝트를 처음 생성하고 빌드 과정을 거치지 않고 바로 실행했을때 발생합니다. Models 폴더에 db_name 의 The following file(s) already exist in directory {{source_path}}\Models: {.. 이전 1 다음