System.InvalidOperationException: 'Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date. To generate a developer certificate run 'dotnet dev-certs https'.
1. 인증서 문제
Docker image: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate cou
I am trying to run an ASP.NET Core 3.1 framework based app on an Ubuntu (18.04.3 LTS) server using Docker container. I created the following docker-compose.yml file to be able to run both nginx-pr...
stackoverflow.com
# PowherShell
dotnet dev-certs https --clean
dotnet dev-certs https -t
ASP.NET Core에서 HTTPS 적용 | Microsoft Docs
ASP.NET Core에서 HTTPS 적용
ASP.NET Core 웹앱에서 HTTPS/TLS를 요구하는 방법을 알아봅니다.
docs.microsoft.com
2. Visual Studio 2022 에서 Docker 사용시 포트 체크
'.Net Core > gRPC' 카테고리의 다른 글
Visual Studio와 Docker로 gRPC(ASP.Net Core 등) 개발시 볼륨 마운트 방법 (0) | 2022.03.10 |
---|