/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-07 / SSL + Pound-1.9 + Firefox-1.0.5+

[ << ] [ >> ]

[ Large file time-out / Robert Segall ... ] [ subversion via pound / Loed ... ]

SSL + Pound-1.9 + Firefox-1.0.5+
Jim Washington <jwashin(at)hill-street.net>
2005-07-21 15:56:09 [ SNIP ]
There seems to be an interaction between pound-1.9's ssl and current 
Firefox.

I only have seen this in https, using pound-1.9, and using the current 
firefox browser.  It shows up as excruciating slowness when making 
multiple requests, i.e., a web page with images, where the secondary 
requests come in very slowly.  ZMI takes many seconds to load.

My work-around (I'm using Gentoo unstable, so openssl, etc., are 
current) is to go back to pound-1.8.3, where this does not happen.  1.9 
works fine with konqueror, and I don't think this was happening with 
pound-1.9 and Firefox 1.0.4.  I did not test IE.

-Jim Washington

Re: [Pound Mailing List] SSL + Pound-1.9 + Firefox-1.0.5+
Robert Segall <roseg(at)apsis.ch>
2005-07-21 17:52:39 [ SNIP ]
On Thu, 21 Jul 2005 09:56:09 -0400 Jim Washington
<jwashin(at)hill-street.net> wrote:

> There seems to be an interaction between pound-1.9's ssl and current 
> Firefox.
> 
> I only have seen this in https, using pound-1.9, and using the current
> firefox browser.  It shows up as excruciating slowness when making 
> multiple requests, i.e., a web page with images, where the secondary 
> requests come in very slowly.  ZMI takes many seconds to load.
> 
> My work-around (I'm using Gentoo unstable, so openssl, etc., are 
> current) is to go back to pound-1.8.3, where this does not happen. 
> 1.9 works fine with konqueror, and I don't think this was happening
> with pound-1.9 and Firefox 1.0.4.  I did not test IE.

The only change that may have an effect on HTTPS behavior is in the
shutdown code. Currently (http.c, line 1225) it reads

	if(ssl != NULL && strstr(u_agent, "MSIE") != NULL)

Try changing that to

	if(ssl != NULL)

and see if it helps.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904

Re: [Pound Mailing List] SSL + Pound-1.9 + Firefox-1.0.5+
Jim Washington <jwashin(at)hill-street.net>
2005-07-21 19:27:28 [ SNIP ]
Robert Segall wrote:

>The only change that may have an effect on HTTPS behavior is in the
>shutdown code. Currently (http.c, line 1225) it reads
>
>	if(ssl != NULL && strstr(u_agent, "MSIE") != NULL)
>
>Try changing that to
>
>	if(ssl != NULL)
>
>and see if it helps.
>  
>
Yes.  That works much better with firefox-1.0.6. It also still works OK 
with konqueror-3.4.1 and IE6.

Thanks!

-Jim Washington

MailBoxer