I am using rest-api (I built the server as ASP.NET and the client as explained here: https://www.codeprojeAt.com/Tips/497123/How-to-make-REST-requests-with-Csharp) And I want to use ssl during my development. For some reason when I use the "iis express development certificate" I still get this error: System.Net.WebException: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.' AuthenticationException: The remote certificate is invalid according to the validation procedure.
Any ideas..?