SyntaxFix
Write A Post
Hire A Developer
Questions
Add this to your client code :
ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback( delegate { return true; });