I am working on a fabric application where I have configured HTTPS. It is throwing an exception though I have a valid installed certificate.
I am on OSX and dotnet dev-certs https --clean and sudo dotnet dev-certs https --clean were not working for me. Finally I was able to fix it with the following steps.
localhost certificatedotnet dev-certs https -tYou should now be able to run without the error.
Edit:
If, after following the above answer, you do run into an error that reads There was an error saving the HTTPS developer certificate... check out this answer https://stackoverflow.com/a/56709117/621827