[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [RAQ3] Problems with SSL and MSIE (a workaround)
- Subject: RE: [cobalt-users] [RAQ3] Problems with SSL and MSIE (a workaround)
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Wed Nov 1 12:36:38 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> $PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
> $PerlConfig .= " nokeepalive ssl-unclean-shutdown
\\n";
> $PerlConfig .= " downgrade-1.0
> force-response-1.0\n";
> $PerlConfig .= "SSLengine on\n";
> $PerlConfig .= "SSLCertificateFile
> /home/sites/$group/certs/certificate\n";
> $PerlConfig .= "SSLCertificateKeyFile
> /home/sites/$group/certs/key\n";
> $PerlConfig .= join('', @ssl_conf);
>
> Restart Apache.
>
Hi - thanks for posting the patch - was giving up hope :-)
just checking - I still got an error on my SSL after applying this and
restarting httpd
is there supposed to be the double (or should it be a single) slash at the
end of the top two lines above ?
Jim Carey