[Mono-bugs] [Bug 606002] ssl certificate error

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 17 01:28:38 EDT 2010


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

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


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gonzalo at novell.com,
                   |                            |spouliot at novell.com
         Resolution|                            |FIXED

--- Comment #1 from Gonzalo Paniagua Javier <gonzalo at 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.


More information about the mono-bugs mailing list