I use IE 6.0 from Windows XP and Mozilla 1.7 from linux. I use openssl
0.9.8.
When I start
openssl s_server -key keydsa2.pem -cert certdsa2.pem -www -cipher
EDH-DSS-DES-CBC3-SHA
Mozilla successfully shows debug page, but IE doesn't.
You should add -bugs argument to allow IE talk. In this context -bugs
refers to bugs in another SSL implementation, not bugs in OpenSSL.
When I use OpenSSL 0.9.7e binary, I get the same result. But when cert
and key are used by apache with mod_ssl, pages are displayed normally.
mod_ssl enables workarounds enabled by s_server -bugs programmaticaly. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]