AW: Apache Proxy on SSL enabled server CONNECT hangs

Look at this http://issues.apache.org/bugzilla/show_bug.cgi?id=3D19188

Best regards

> -----Ursprüngliche Nachricht-----
> Von: Emmanuel E [mailto:emmanuel.e [at] gmx.net]
> Gesendet: Mittwoch, 8. Juni 2005 16:47
> An: modssl-users [at] modssl.org
> Betreff: Apache Proxy on SSL enabled server CONNECT hangs
>
>
> Sorry for the repost but there is a bug report also open at
> http://issues.apache.org/bugzilla/show_bug.cgi?id=3D11232
> The bug id is 11232.
>
> Hi,
>
> I have the following setup of Apache on Win 32.
>
> Apache running only on port 443 with SSL enabled and proxying
> enabled.
>
> I am using the precompiled binaries available at
> http://www.apache.org/dyn/closer.cgi/perl/win3> 2-bin/
>
> The
> normal usage is like this:
>
> web client <-https
> connection to proxy-> Apache Proxy on port 443 <-normal
> processing of proxy request-> Remote web server.
>
> The connection between the web client and the proxy is https
> or ssl encrypted. The connection between the proxy and the
> remote web server may or may not be.
>
> This setup works fine as long as the client issues only GET
> and POST requests. But when the client issues a CONNECT
> request (to reach a secure remote web server via the secure
> proxy) the proxy server abruptly drops the connection after a
> few seconds.
>
> Without an SSL connection between the client and the proxy
> CONNECT works fine.
>
> The problem exists both on the latest version of apache 1.3
> and 2.0. I have tested them on a winxp box.
>
> Possibly mod_ssl on win32 is not able to handle streams of
> unknown length properly?
>
> Is it possible to have a stable port of OpenSSL/mod_ssl on win32 :( ?
>
> Regards,
> Emmanuel
>
> --
> Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis
> ++ Jetzt anmelden & testen ++ http://www.gmx.net/de/go/promail ++
>
> --
> Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
> Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
> =
____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) =
www.modssl.org
> User Support Mailing List =
modssl-users [at] modssl.org
> Automated List Manager =
majordomo [at] modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Fitzner Daniel [ Mi, 08 Juni 2005 17:06 ] [ ID #829307 ]

Re: AW: Apache Proxy on SSL enabled server CONNECT hangs

I looked at that. That seems to be an issue with mod_proxy_connect.

This issue turns up only if the proxy is running on the ssl enabled serve=
r
on the ssl enabled port.

Its a problem with mod_ssl more than anything else.

> --- Ursprüngliche Nachricht ---
> Von: Fitzner Daniel <Daniel.Fitzner [at] arbeitsagentur.de>
> An: "'modssl-users [at] modssl.org'" <modssl-users [at] modssl.org>
> Kopie: "'emmanuel.e [at] gmx.net'" <emmanuel.e [at] gmx.net>
> Betreff: AW: Apache Proxy on SSL enabled server CONNECT hangs
> Datum: Wed, 8 Jun 2005 17:06:10 +0200
>
> Look at this http://issues.apache.org/bugzilla/show_bug.cgi?id=3D19188
>
> Best regards
>
> > -----Ursprüngliche Nachricht-----
> > Von: Emmanuel E [mailto:emmanuel.e [at] gmx.net]
> > Gesendet: Mittwoch, 8. Juni 2005 16:47
> > An: modssl-users [at] modssl.org
> > Betreff: Apache Proxy on SSL enabled server CONNECT hangs
> >
> >
> > Sorry for the repost but there is a bug report also open at
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=3D11232
> > The bug id is 11232.
> >
> > Hi,
> >
> > I have the following setup of Apache on Win 32.
> >
> > Apache running only on port 443 with SSL enabled and proxying
> > enabled.
> >
> > I am using the precompiled binaries available at
> > http://www.apache.org/dyn/closer.cgi/perl/win3> 2-bin/
> >
> > The
> > normal usage is like this:
> >
> > web client <-https
> > connection to proxy-> Apache Proxy on port 443 <-normal
> > processing of proxy request-> Remote web server.
> >
> > The connection between the web client and the proxy is https
> > or ssl encrypted. The connection between the proxy and the
> > remote web server may or may not be.
> >
> > This setup works fine as long as the client issues only GET
> > and POST requests. But when the client issues a CONNECT
> > request (to reach a secure remote web server via the secure
> > proxy) the proxy server abruptly drops the connection after a
> > few seconds.
> >
> > Without an SSL connection between the client and the proxy
> > CONNECT works fine.
> >
> > The problem exists both on the latest version of apache 1.3
> > and 2.0. I have tested them on a winxp box.
> >
> > Possibly mod_ssl on win32 is not able to handle streams of
> > unknown length properly?
> >
> > Is it possible to have a stable port of OpenSSL/mod_ssl on win32 :( ?
> >
> > Regards,
> > Emmanuel
> >
> > --
> > Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis
> > ++ Jetzt anmelden & testen ++ http://www.gmx.net/de/go/promail ++
> >
> > --
> > Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
> > Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
> > ____________________________________________________________ _________=
_
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.or=
g
> > User Support Mailing List modssl-users [at] modssl.or=
g
> > Automated List Manager majordomo [at] modssl.or=
g
> >
>

--
Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis
++ Jetzt anmelden & testen ++ http://www.gmx.net/de/go/promail ++
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Emmanuel E [ Mi, 08 Juni 2005 17:24 ] [ ID #829308 ]
Webserver » gmane.comp.apache.mod-ssl.user » AW: Apache Proxy on SSL enabled server CONNECT hangs

Vorheriges Thema: SSL handshake interrupted by system
Nächstes Thema: Apache Proxy on SSL enabled server CONNECT hangs