http://bugzilla.novell.com/show_bug.cgi?id=606002

http://bugzilla.novell.com/show_bug.cgi?id=606002#c1


Gonzalo Paniagua Javier <gonz...@novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gonz...@novell.com,
                   |                            |spoul...@novell.com
         Resolution|                            |FIXED

--- Comment #1 from Gonzalo Paniagua Javier <gonz...@novell.com> 2010-05-17 
05:28:37 UTC ---
Looks like 2.6.4 didn't get some changes I made to display the correct error
code. The error I get, after trusting those certificates, is:
"Invalid certificate received from server. Error code: 0xffffffff80092012"

That error means that the revocation status of the certificate is not known,
since we don't check revocation status using CRLs or OCSP.

The way to go is to add your ServerCertificateValidationCallback to
ServicePointManager and ignore errors with this code.

[Adding sp to the CC just in case he wants to add something]

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to