728x90
오늘 갑자기 브라우저에서 net::ERR_CERT_AUTHORITY_INVALID가 발생했다.
certmgr.msc에서 개인용 localhost의 인증서를 조회해 보니 딱 오늘이 만료일이었다.
다음과 같이 모든 ASP.NET 인증서를 제거하고 새로운 인증서를 생성한다.
dotnet dev-certs https --clean
dotnet dev-certs https --trust
그런데 나의 경우는 이 이후에도 인증서 에러가 계속되고 있었다.
혹시나 하고 visual studio 2022를 재시작하니 그제서야 해결되었다.
다음과 같이 오늘 생성된 인증서가 등록된 것을 확인할 수 있었다.
참고: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-dev-certs
728x90
'Programming > .NET' 카테고리의 다른 글
[Xunit] Assert.Equal vs Assert.Equivalent (0) | 2024.05.28 |
---|---|
[.NET] Rx.NET Error Handling (0) | 2024.02.23 |
[.NET] Unit testing best practice (0) | 2024.01.11 |
[Azure] GitHub actions 배포 시 ValidateAzureResource Exception (0) | 2024.01.05 |
[Azure Functions] Timer Trigger Time Zone 설정하기 (0) | 2024.01.04 |
댓글