Hi all,
    I posted a similar message a few days 
ago.   After receiving a limited response,
I did some more searching of the archive
and I found a solution to my problem
in a thread titled "DNS problems with IE".

    Here's what the key paragraph had to say:

> It seems the problem may have something to do with the type of
> SSLSessionCache that is running, but I haven't been able to confirm this
> for sure. (Enabling 'SSLSessionCache dbm:logs/ssl_scache' on my
> development server resolved the issue there, and I am waiting for a
> maintence window on the primary site to give it a shot and see if it
> resolves the issue altogether.)  Anyone have further insight into this?
> 

   Once I added "SSLSessionCache dbm:logs/ssl_scache" to my conf file,
the problem went away.  It also works with the "shm" choice.  The
"decryption error" occurs if the value is "None" or if the 
"SSLSessionCache"  line is not there at all.

   My real mistake was in not paying enough attention to 
what was in the "httpd.conf.default" file.  I have since
went over this file more closely and found a few
other things I was missing.

   Anyway, I hope this helps.


         -rich


Blaise Camp wrote:
> 
> Hi, folks.  I have a site that's running apache 1.3.12 and mod_ssl
> 2.6.5-1.3.12.  IE (I suspect v5.x) users on Macs get data decryption errors
> when they try to access the site.  They are then unable to access any of the
> site's pages.  I've tried all of the suggestions outlined in the FAQ:
> http://www.modssl.org/docs/2.6/ssl_faq.html#ToC48
> 
> None of them do any good, while some actually make it worse.
> I tried apache+ssl (my apologies if I blaspheme).  That was able to
> force the browser to drop ssl and continue unencrypted.  Not sure I
> want that.
> 
> Does anyone have any suggestions?  This is becoming a big issue.
> Thanks bunches!
> -Blaise
> 
> Here's my apache config.status, if it does any good:
> 
> CC="gcc" \
> EAPI_MM="/opt/pkg/contrib" \
> SSL_BASE="/opt/pkg/contrib" \
> RSA_BASE="/opt/pkg/contrib/lib" \
> ./configure \
> "--activate-module=src/modules/perl/libperl.a" \
> "--disable-rule=EXPAT" \
> "--enable-module=ssl" \
> "--enable-module=rewrite" \
> "--prefix=/opt/pkg/apache" \
> "--activate-module=src/modules/php4/libphp4.a" \
> "--with-layout=Apache" \
> "--with-perl=/opt/pkg/contrib/bin/perl" \
> "$@"
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]

-- 
=================================================================
GoodHumans                                    TEL: (831) 420-0118
P.O. Box 2538                           Email: [EMAIL PROTECTED]
Santa Cruz, CA 95063                         

     Please visit our website at http://www.goodhumans.com/
=================================================================
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to