[Mono-bugs] [Bug 634433] Cannot add an ssl web reference

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Aug 26 09:57:20 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=634433

https://bugzilla.novell.com/show_bug.cgi?id=634433#c3


--- Comment #3 from James King <james.king at 4act.com> 2010-08-26 13:57:19 UTC ---
(In reply to comment #1)
> Can you try running MonoDevelop 2.2 on Mono 2.6.7 so we can determine if this
> is a Mono or MonoDevelop bug?

Okay, I did one step better. I wrote a quick hello world web service and then
another console app that consumed it. I compiled the console app using
monodevelop (mono 2.2) and then ran it to see that it executed fine. I then
copied that .exe to another computer with mono 2.6.7 and ran it and received
the following unhandled exception:


Unhandled Exception: System.Net.WebException: Error writing request: The
authentication or decryption has failed.
  at System.Net.WebConnectionStream.WriteHeaders () [0x00000] in <filename
unknown>:0 
  at System.Net.WebConnectionStream.SetHeaders (System.Byte[] buffer) [0x00000]
in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check)
System.Net.WebConnectionStream:SetHeaders (byte[])
  at System.Net.HttpWebRequest.SendRequestHeaders (Boolean propagate_error)
[0x00000] in <filename unknown>:0

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list