[Mono-bugs] [Bug 69805][Nor] Changed - SslClientStream - Server Certificate Validation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Nov 2004 14:25:27 -0500 (EST)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69805
--- shadow/69805 2004-11-24 11:43:08.000000000 -0500
+++ shadow/69805.tmp.1750 2004-11-24 14:25:27.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 69805
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: .NET Framework v1.1
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Mono.Security
AssignedTo: mono-bugs@ximian.com
ReportedBy: meddochat@zonnet.nl
@@ -168,6 +168,37 @@
at Mono.Security.Protocol.Tls.SslClientStream.Read(Byte[] buffer,
Int32 offset, Int32 count) in
e:\mcs\class\Mono.Security\Mono.Security.Protocol.Tls\SslClientStream.
cs:line 615
at Indy.Sockets.Tls.IOHandlerTls.SetPassThrough(Boolean AValue)
+
+------- Additional Comments From sebastien@ximian.com 2004-11-24 14:25 -------
+mono tlstest.exe --stream https://sourceforge.net
+doesn't throw an exception
+
+
+mono tlstest.exe https://www.swreg.org
+
+https://www.swreg.org
+CERTIFICATE:
+ Format: X509
+ Name: C=GB, S=Devon, L=Colyton, O=Atlantic Coast Plc., OU=The
+Shareware Village, CN=www.swreg.org
+ Issuing CA: C=ZA, S=Western Cape, L=Cape Town, O=Thawte
+Consulting cc, OU=Certification Services Division, CN=Thawte Server
+CA, E=server-certs@thawte.com
+ Key Algorithm: 1.2.840.113549.1.1.1
+ Serial Number: 33C809
+ Key Alogrithm Parameters: 0500
+ Public Key:
+30818902818100AD38957C8055D2726E3084025A2C9E2C3D4035654274B7665265A55E2798591649372A75A2337796329E24FC7947CA7656BCC1F1891AB35FDC64D168062D0D4F85833980009703A4750678DC6BC27A96A9F6209C4A6E7A6ED3494DD71ACF55B012F486460309773AC30F72588631F13451B07D5DD8429FD618E8F04FDFC4BF990203010001
+
+
+ Valid From: 1/7/2003 2:53:39 AM
+ Valid Until: 1/15/2005 6:42:28 AM
+
+Error #-2146762487: CERT_E_UNTRUSTEDROOT 0x800B0109
+
+
+Which version of Mono are you using ?
+Your exception reminds me of an old bug.