[Mono-bugs] [Bug 555621] NTLM-Authentication on https server failes on certificates
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 24 20:24:37 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=555621
http://bugzilla.novell.com/show_bug.cgi?id=555621#c1
Geoff Norton <gnorton at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Geoff Norton <gnorton at novell.com> 2009-11-25 01:24:34 UTC ---
MonoTouch doesn't current hook into the default trust store for ssl
certificates, if you add this line of code:
ServicePointManager.ServerCertificateValidationCallback += delegate { return
true; }
The call will succeed.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list