錯誤訊息: AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: NotTimeValid
確認是否 localhost 憑證有效 : 設定 > 網際網路選項 > 內容 > 憑證,或直接點擊網址列左側不安全文字查看憑證
解法1:
刪除 c:\Users\[username]\AppData\Roaming\ASP.NET\https\ 裡面所有檔案,然後重啟專案,若有配合 vue 則連同 vue 的 npm 一起重啟,此時檔案會重新產生
解法2:
於 visual studio 中開啟套件管理主控台並輸入下面指令
dotnet dev-certs https --clean
dotnet dev-certs https --trust
沒有留言:
張貼留言