[Mono-bugs] [Bug 71071][Blo] Changed - The machine certificate store is being ignored when creating SSL connections.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Jan 2005 15:18:14 -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=71071

--- shadow/71071	2005-01-06 18:05:20.000000000 -0500
+++ shadow/71071.tmp.10938	2005-01-07 15:18:14.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 71071
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: Mono.Security
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: rlyon@novell.com               
@@ -40,6 +40,17 @@
 always 
  
 Additional Information: 
  
 if you install the same certificate to the user store -- everything works 
 as expected (a good connection)
+
+------- Additional Comments From sebastien@ximian.com  2005-01-07 15:18 -------
+Hmmm... the code looks in both the user and machine stores.
+
+Did you look at the access right (of the user) to the machine store ?
+
+How is the certificate added to the machine store ?
+   using certmgr ?
+
+Can you duplicate this with a public site ? (so we work with the same
+data).