WebRequest not working with ssl on Xamarin.Forms, despite servicePointManager hack
问题 I am writing an application that needs to read from a REST api that is only available over https. I am running into the issue where the request fails in Mono.Security, with the message: "The authentication or decryption has failed." I did my research and found that Mono by default doesn't have any trusted certificates. All the sources I found said that I could use ServicePointManager.ServerCertificateValidationCallback += new RemoteCertificateValidationCallback((sender, certificate, chain,