[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] http_referer, IE and SSL sites



At 09:26 PM 3/19/2004, you wrote:
On Fri, 19 Mar 2004, Brian Rahill wrote:

> At 07:04 PM 3/19/2004, you wrote:
> >We had the same problem, we turned KeepAlive off and it seems to have
> >fixed it.
>
> Wow. That fixed it. Actually, I had the KeepAlive off in this section:
> <VirtualHost 66.186.176.218:443>
>   </VirtualHost>
>
> But I needed it in the first VirtualHost section for the site.

It is odd, as our SSL site was operating OK, then all of a sudden, maybe a
Sun/Cobalt patch, not sure, it quit working

Gerald



We have some SSL errors that started to occur with MSIE - we have the MSIE directives inside the sections of mod SSL I thought:

<IfModule mod_ssl.c>
SSLSessionCache         dbm:/var/log/httpd/ssl_scache
SSLSessionCacheTimeout  300
SSLMutex                file:/var/log/httpd/ssl_mutex
SSLRandomSeed startup   file:/dev/urandom 512
SSLRandomSeed connect   builtin
# Location of a secondary signing authority certificate. Uncomment and edit
# the location if necessary if you install a secondary certificate.
#SSLCACertificateFile /etc/httpd/conf/ca-bundle
SSLCACertificateFile /etc/httpd/conf/ca-bundle
SetEnvIf User-Agent ".*MSIE.*" \
 nokeepalive ssl-unclean-shutdown \
 downgrade-1.0 force-response-1.0
</IfModule>


is this wrong now?  Where should it be?

SetEnvIf User-Agent ".*MSIE.*" \
 nokeepalive ssl-unclean-shutdown \
 downgrade-1.0 force-response-1.0