[Mono-bugs] [Bug 71071][Blo] New - The machine certificate store is being ignored when creating SSL connections.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 17:34:04 -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 rlyon@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71071
--- shadow/71071 2005-01-06 17:34:04.000000000 -0500
+++ shadow/71071.tmp.21796 2005-01-06 17:34:04.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 71071
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: Mono.Security
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rlyon@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: The machine certificate store is being ignored when creating SSL connections.
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+The machine certificate store is being ignored when creating SSL
+connections.
+
+Steps to reproduce the problem:
+1. install a server's certificate to the machine store
+2. try to create an SSL connection to the server
+3.
+
+Actual Results:
+
+no connection because of security exception
+
+Expected Results:
+
+good connection
+
+How often does this happen?
+
+always
+
+Additional Information:
+
+if you install the same certificate to the user store -- everything works
+as expected (a good connection)