大家好,
我刚刚在ASP.NET MVC Core中实现了REST API。 GET正常工作,但是当我尝试测试POST,PUT和DELETE时,我得到了相同的错误:
{System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.}
有人可以帮助我如何避免此错误的提示吗?
答案 0 :(得分:0)
好吧...我发现我需要安装SSL证书-可以使用MakeCert.exe来完成。