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

gr lists grlists at gmail.com
Wed Jun 28 17:55:24 EDT 2006


Thx Sebastien...

The client is a browser.  The the HTTPS site works fine without mono.
Even with mono enabled, HTTPS works for normal aspx files (forms for
example). Just SOAP under HTTPS returns that error.  And just
confirming: The same thing under pure HTTP works fine.

I'm using the web interface to the documentation page generated for
the app (the one similar to
http://primates.ximian.com/~lluis/images/soap-messages.png) to see the
results of simple "hello world" SOAP server.
When I hit the "invoke" button just that error shows up in the
browser... nothing in the apache logs either.


The problem seems to be between mod_mono and xsp... Do they talk https
to each other when apache gets a https request from my browser?

On 6/28/06, Sebastien Pouliot <sebastien.pouliot at gmail.com> wrote:
> 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