[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] SSL & Page Not Found
- Subject: Re: [cobalt-developers] SSL & Page Not Found
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed May 30 21:17:18 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Taco Scargo - Sun Holland - Leiden <Taco.Scargo@xxxxxxx>
wrote
<SNIP>
> Then add this to both sections:
>
> $PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
> $PerlConfig .= " nokeepalive
ssl-unclean-shutdown\\n";
> $PerlConfig .= " downgrade-1.0
force-response-1.0\n";
>
I used this fix several months ago, and it worked!
Gerald