I am having an issue with IE 4.0 Export versions
that have only 40 bitencrution connecting when SSL v3.0 or 2&3 are
specified via the SSLv3_method() or SSLv23_method(). I see support for
this on the mod_ssl site via a call to the SSL_set_cipher_list() function.
I cannot seem to get this to work, however. Is there a particular order
that the API calls need to be made. I am currently call the
"SSL_set_cipher_list()" function as the last of the context initialization
calls. I am passing the following string to it as the second
parameter.
ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
This appears to be what mod_ssl does. The
program I am working on is a proxy sitting in front of iPlanet. The
cert I am using is the same as the one being used by iPlanet and the browsers
can connect to iPlanet.
Any light you can shed on this will be
appreciated.
Thank you.
|