>> Just noticed that Mac IE 5 is having problems with ssl connections to my
>> apache 1.3.29 server. I either get the 'Security failure. Data decryption
>> error,' or it'll connect but graphics won't load on https pages, and I get
>> this error in httpd error.log:
>> 
>> [Fri Mar 26 12:05:06 2004] [error] mod_ssl: SSL handshake interrupted by
>> system [Hint: Stop button pressed in browser?!] (System error follows)
>> [Fri Mar 26 12:05:06 2004] [error] System: Connection reset by peer (errno:
>> 54)
> 
> What's the underlying OS?
> 
> SSL Session caching just doesn't seem to work on older Linuxes is what I've
> discovered, and falling back to SSL2 is one thing.
> 
> Another is the Mac IE is very picky and may crap out if a page includes
> non-SSL content.

I dunno, it sounds exactly like the errors I got with my RH7 server till I
put a session cache in:

SSLSessionCache dbm:/var/cache/httpd/ssl_cache
SSLSessionCacheTimeout 300

Just before the final </IfDefine> tag in httpd.conf

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to