首页 > 编程语言 >[Aspire] Run session could not be started

[Aspire] Run session could not be started

时间:2024-07-01 15:20:58浏览次数:1  
标签:Run started could dev dotnet session certs https Aspire

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

image

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

标签:Run,started,could,dev,dotnet,session,certs,https,Aspire
From: https://www.cnblogs.com/netry/p/18278124/aspire_session_not_started

相关文章