I've had a lot of troubles with MSIE talking to my SSL-Server (even IE5.5
Win2k)
So I went and looked up the following solution in the FAQ
http://www.modssl.org/docs/2.8/ssl_faq.html



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

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

#and as suggested in the FAQ I used the SSLSessionCache Directive
SSLSessionCache dbm:/var/log/httpd/MAIN/ssl_cache



IE on windows platforms is satisfied now but on Macintosh it's still telling
me that an error occured while encrypting the data. One thing to mention is
that the file /var/log/httpd/MAIN/ssl_cache is not created!! Why is that?
And could that be the reason why I am having troubles with IE on Mac?

the SSLLog says:
[23/Nov/2001 20:47:00 22850] [info]  Connection to child 10 established
(server secure.myserver.com:443, client 192.168.1.87)
[23/Nov/2001 20:47:00 22850] [info]  Seeding PRNG with 0 bytes of entropy
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Handshake: start
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Loop: before/accept
initialization
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Loop: SSLv3 read client hello
A
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Loop: SSLv3 write server hello
A
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Loop: SSLv3 write certificate
A
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Loop: SSLv3 write server done
A
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Loop: SSLv3 flush data
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Exit: error in SSLv3 read
client certificate A
[23/Nov/2001 20:47:00 22850] [trace] OpenSSL: Exit: error in SSLv3 read
client certificate A
[23/Nov/2001 20:47:00 22850] [error] SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[23/Nov/2001 20:47:00 22850] [error] System: Connection reset by peer
(errno: 104)


while the access_log says nothing
and the error_log says:
[Fri Nov 23 20:50:56 2001] [error] mod_ssl: SSL handshake interrupted by
system [Hint: Stop button pressed in browser?!] (System error follows)
[Fri Nov 23 20:50:56 2001] [error] System: Connection reset by peer (errno:
104)

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

Reply via email to