http://bugzilla.novell.com/show_bug.cgi?id=587059
http://bugzilla.novell.com/show_bug.cgi?id=587059#c0 Summary: Error: "The authentication or decryption has failed." on SOAP Request Classification: Mono Product: MonoTouch Version: SVN Platform: Other OS/Version: Mac OS X 10.6 Status: NEW Severity: Critical Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=347623) --> (http://bugzilla.novell.com/attachment.cgi?id=347623) Sample project that recreates the above described issue. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9 When attempting to make a simple SOAP service request in MonoTouch on either the iPhone device or in the simulator, the request fails with the following exception: Unhandled Exception: System.Net.WebException: Error writing request: The authentication or decryption has failed. at System.Net.WebConnectionStream.WriteHeaders () [0x0003c] in /Developer/MonoTouch/Source/mcs/class/System/System.Net/WebConnectionStream.cs:653 at System.Net.WebConnectionStream.SetHeaders (System.Byte[] buffer) [0x00093] in /Developer/MonoTouch/Source/mcs/class/System/System.Net/WebConnectionStream.cs:622 at System.Net.HttpWebRequest.SendRequestHeaders (Boolean propagate_error) [0x00169] in /Developer/MonoTouch/Source/mcs/class/System/System.Net/HttpWebRequest.cs:1124 Reproducible: Always Steps to Reproduce: 1. Run attached program 2. 3. Actual Results: The web service request fails with an exception, "The authentication or decryption has failed." Expected Results: The web service should return a valid result. This identical code functions perfectly when compiled on a PC in a Win32 Console app in visual studio or on Windows Mobile. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
