[Mono-bugs] [Bug 564393] New: Unable to connect to web services over HTTPS when linker option is set to 'Link SDK assemblies only' or 'Link all assemblies'
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 14 07:08:08 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=564393
http://bugzilla.novell.com/show_bug.cgi?id=564393#c0
Summary: Unable to connect to web services over HTTPS when
linker option is set to 'Link SDK assemblies only' or
'Link all assemblies'
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: x86
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: gnorton at novell.com
ReportedBy: d.seeber at sentris.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=332417)
--> (http://bugzilla.novell.com/attachment.cgi?id=332417)
Sample Project
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; de-de)
AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
We are unable to connect to web services over HTTPS when linker option is set
to 'Link SDK assemblies only' or 'Link all assemblies'. It always results in a
System.Net.WebException with 'Error: ConnectFailure'.
Reproducible: Always
Steps to Reproduce:
1. Open the attached sample project.
2. Compile the project with the linker option 'Don't link' and run it on the
iphone simulator. It will work properly.
3. Compile the project with the linker option 'Link SDK assemblies only' or
'Link all assemblies' and run it on the iphone simulator. You will get a
System.Net.WebException with 'Error: ConnectFailure'.
Actual Results:
Any HTTPS web service connection results in the Exception 'ConnectFailure' if
the code was compiled with the linker options 'Link SDK assemblies only' or
'Link all assemblies'. Only if the code is compiled with the linker option
'Don't link' the will be successfully.
Expected Results:
HTTPS web service connections should work properly independently from the
linker option the code was compiled with.
We can't benefit from the improvements regarding start up time and reduced file
size that are related to MonoTouch 1.4, because we have to compile with the
linker option 'Don't link' in order to get our code running.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list