[Aspire] Run session could not be started
Error details
Run session could not be started:failed to connected to IDE run session notification endpoint:tls:failed to verify certificate: x509: certificate has expired or is not yet valid

Solution
Running the dotnet dev-certs commands below to re-generate a self-signed certificate to enable HTTPS use in development.
dotnet dev-certs https --clean
dotnet dev-certs https --trust
dotnet dev-certs https --check
Refrences
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-dev-certs
作者: 馬行空的博客
出處: http://www.rzrgm.cn/netry/p/18278124/aspire_session_not_started
本文版權(quán)歸作者和博客園共有,歡迎轉(zhuǎn)載,但未經(jīng)作者同意必須保留此段聲明,且在文章頁面明顯位置給出原文鏈接。

浙公網(wǎng)安備 33010602011771號(hào)