[Mono-dev] Error getting response stream (Write): Send Failure

Sebastien Pouliot sebastien.pouliot at gmail.com
Wed Jun 28 15:36:21 EDT 2006


On Wed, 2006-06-28 at 12:25 -0700, gr lists wrote:
> Greetings all...
> 
> I maybe missing something very simple in the mono config here...
> 
> We want to develop a SOAP service running under HTTPS with
> apache+mod_mono. A simple "hello world"  application works perfectly
> fine when running under pure HTTP, but exactly the same thing doesnt
> work when we point the browser to the HTTPS site.

Is client application a browser or a mono app ?

Does the HTTPS server works without using Mono ?

> The application running under HTTP returns (the expected output):
> <?xml version="1.0" encoding="utf-8"?>
> <string xmlns="http://globalrelay.net/">Hello World xyz</string>
> 
> And under HTTPS returns:
> Error getting response stream (Write): Send Failure

nothing more ?

> We are using using mono mono-1.1.15,  xsp-1.1.15, and mod_mono-1.1.14.
> 
> Any idea?

If you're client app is mono-based make sure to read the security FAQ
http://www.mono-project.com/FAQ:_Security
-- 
Sebastien Pouliot  <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/




More information about the Mono-devel-list mailing list