[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
作者: 马行空的博客
出处: https://www.cnblogs.com/netry/p/18278124/aspire_session_not_started
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接。
标签:
.NET(Core)
, 日常记录
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?