[Mono-bugs] [Bug 75751][Nor] Changed - SSL/TLS with certificates

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 11 09:19:37 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75751

--- shadow/75751	2005-08-11 08:34:57.000000000 -0400
+++ shadow/75751.tmp.25082	2005-08-11 09:19:37.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 75751
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Fedora Core 3
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Mono.Security
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: yngve.zackrisson at mobila-kontoret.se               
@@ -104,6 +104,30 @@
 Again as previous attachment but hopefully correct format
 
 
 ------- Additional Comments From sebastien at ximian.com  2005-08-11 08:34 -------
 The last attachment is ok. I'm looking into this now.
 Thanks!
+
+------- Additional Comments From sebastien at ximian.com  2005-08-11 09:19 -------
+From your attachments it seems that the certificate you're using isn't
+valid for SSL use.
+
+> Error #-2146762490: CERT_E_PURPOSE 0x800B0106
+
+It lacks a purpose (to act as a secure server).
+
+> Error #-2146762481: CERT_E_CN_NO_MATCH 0x800B010F
+
+It's subject name doesn't match the server name (it could be that you
+used another name in tlstest parameters).
+
+> Error #-2146762486: CERT_E_CHAINING 0x800B010A
+
+This is because the certificate couldn't be traced back to a trusted root.
+
+> FAILED: #-2146233087
+> System.IO.IOException: The authentication or decryption has failed.
+
+Finally this (well the error code) isn't from the SSL code - and I
+cannot duplicate this. How did you convert the OpenSSL-generated
+private key to the PVK format required by server ?


More information about the mono-bugs mailing list