Search found 1 match

by scruff6119
Fri Jan 05, 2007 5:45 pm
Forum: Support (Dragnet)
Topic: Exception when calling the dragnet webservice over SSL HTTPS
Replies: 4
Views: 36244

I am trying to use this to get around the same problem. Doing it by config didn't work so I pasted the following into my C# code: internal class AcceptAllCertificatePolicy : ICertificatePolicy { public AcceptAllCertificatePolicy() { } public bool CheckValidationResult(ServicePoint sPoint, X509Certif...