The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot

在学习aspire的过程中出现 不信任的根证书 问题

解决问题如下:

dotnet dev-certs https --clean
dotnet dev-certs https --trust

  这是https证书不被信任的问题

 

出处:https://stackoverflow.com/questions/71332944/authenticationexception-the-remote-certificate-is-invalid-because-of-errors-in

 

posted @ 2025-01-02 08:55  杜i教授  阅读(296)  评论(0)    收藏  举报