[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Thawte Certificates - connection issues?
- Subject: Re: [cobalt-users] Thawte Certificates - connection issues?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Sep 15 19:46:25 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Greg Hewitt-Long wrote:
>
> > I have a few customers running Thawte certifcates, two of which are
complaining on connection issues - one complains of issues at checkout using
Actinic catalog ecommerce solution, the other is also using Actinic, but
complains of images not loading under SSL - although the images are of course,
there, and can be seen fine without the SSL connection (some image load fine,
other don't).
> >
> > Does anyone else have any 'problems' or 'issues' with SSL and Thawte
Certificates on RAQ3s?
> >
>
Try this patch in httpd.conf, (might help - might not)
$PerlConfig .= "<VirtualHost $ip:443>\n";
# ======== begin ie patch ==========
$PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
$PerlConfig .= " nokeepalive ssl-unclean-shutdown\\n";
$PerlConfig .= " downgrade-1.0 force-response-1.0\n";
# ======== end ie patch ===========
$PerlConfig .= "SSLengine on\n";
Cobalt uses PerlConfig in httpd.conf if you look at
http://www.linuxdoc.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/cha
p29sec245.html
You will find these same additions using httpd.conf directly
Another link is: (this one strikes home!
http://list.cobalt.com/pipermail/cobalt-users/2001-July/047623.html