[Mono-bugs] [Bug 79222][Maj] New - SSL support in XSP doesn't work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 30 17:17:11 EDT 2006


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 thelsdj at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79222

--- shadow/79222	2006-08-30 17:17:11.000000000 -0400
+++ shadow/79222.tmp.20702	2006-08-30 17:17:11.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 79222
+Product: Mono: Tools
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: thelsdj at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SSL support in XSP doesn't work
+
+Steps to reproduce the problem:
+1. makecert -r -n "CN=test" -sv test.pvk test.cer
+2. xsp2 --https --cert test.cer --pkfile test.pvk
+3. wget https://localhost:8080/
+
+Actual Results:
+1.1.13.6:
+OpenSSL: error:1408D078:SSL routines:SSL3_GET_KEY_EXCHANGE:bad rsa e length
+latest svn as of 2006-08-29:
+Connecting to localhost|127.0.0.1|:8080... connected.
+(and then hangs idefiniately)
+
+Expected Results:
+Should establish ssh connection!
+
+How often does this happen? 
+This is with 1.1.13.6
+
+Additional Information:
+Same results with xsp and xsp2, the latest svn test was on x86_64,  the
+1.1.13.6 test was on ubuntu dapper


More information about the mono-bugs mailing list