[Mono-bugs] [Bug 69118][Nor] Changed - Accessing https: protocol raises exceptions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 5 Nov 2004 14:02:11 -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-05 13:56:30.000000000 -0500
+++ shadow/69118.tmp.20980 2004-11-05 14:02:11.000000000 -0500
@@ -3,14 +3,14 @@
Version: 1.1
OS: unknown
OS Details: Mac OS 10.3.5
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
-Component: Sys.Web
+Priority: Normal
+Component: Mono.Security
AssignedTo: sebastien@ximian.com
ReportedBy: devslashnull@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -79,6 +79,17 @@
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.
+
+------- Additional Comments From sebastien@ximian.com 2004-11-05 14:02 -------
+Actually tlstest.exe works for me on a G5.
+
+mono tlstest.exe --show https://www.paypal.com
+
+I attached a copy of tlstest.cs if you want to try it or see how a
+ICertificatePolicy is implemented.
+
+tlstest.cs needs to be compiled with
+/r:System.dll /r:Mono.Security.dll