Closed GoogleCodeExporter closed 8 years ago
i found
ServicePointManager.ServerCertificateValidationCallback = delegate { return
true; };
but i don't know where to insert this code... it doesn't work no matter where i
put it.
Original comment by fbt...@gmail.com
on 7 Feb 2011 at 2:18
There is an OnInvalidCertificate event fired from your JabberClient instance.
Return true from it.
Original comment by hil...@gmail.com
on 10 Feb 2011 at 5:49
Original comment by hil...@gmail.com
on 10 Feb 2011 at 5:50
Original issue reported on code.google.com by
fbt...@gmail.com
on 7 Feb 2011 at 1:58