Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer c

2021-03-03 17:26

阅读:521

标签:serve   figure   configure   tmg   环境   mgr   config   otn   ble   

问题

每次vs重启都提示安装证书,即使执行dotnet dev-certs https --clean,dotnet dev-certs https -t然后重启vs也不行。

环境

win10, vs2019

解决办法

  1. 运行输入certmgr.msc
  2. 在个人,受信任的根证书颁发机构内删除颁发给localhost的所有证书
  3. 执行dotnet dev-certs https -t
  4. 重启vs即可

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found 解决办法

标签:serve   figure   configure   tmg   环境   mgr   config   otn   ble   

原文地址:https://www.cnblogs.com/readafterme/p/14254096.html


评论


亲,登录后才可以留言!