[Mono-bugs] [Bug 69118][Wis] Changed - Accessing https: protocol raises exceptions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 5 Nov 2004 13:56:30 -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=69118

--- shadow/69118	2004-11-04 22:59:35.000000000 -0500
+++ shadow/69118.tmp.20867	2004-11-05 13:56:30.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: Mac OS 10.3.5
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: sebastien@ximian.com                            
 ReportedBy: devslashnull@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Accessing https: protocol raises exceptions
@@ -68,6 +68,17 @@
 		Console.WriteLine( 
 System.Text.Encoding.ASCII.GetString( web.DownloadData( 
 "https://www.paypal.com/" ) ) );
 	}
 }
 
+
+------- Additional Comments From sebastien@ximian.com  2004-11-05 13:56 -------
+Have you added the CA certificate to your root store ?
+If not look at "man certmgr".
+
+Note: As an alternative you can also write an ICertificatePolicy
+object to accept the certificate on your own rules.
+
+If so (or if it doesn't work) it may be an endianness issue (I'm
+fixing them right now). In this case I could send you an updated
+Mono.Security.dll to test this.