SSLDisableExportCiphers> Server key (1024 bits) too strong for EXPORT ciphers. Disabling cipher RSA_EXPORT_WITH_RC4_40_MD5
Subject: Who can fix this issue about 1024bit certificate?
not shure, but since there are (or have been) export-regulations, there are different client-versions (us & international). as far as i know, this has changed, but is still valid for countries like france…
Markus Seitz
Subject: Disable that cipher
That warning is due to SSL checking to ensure that it is only using legal ciphers – the EXPORT ciphers cannot be used with a server key over 512 bits, and the EXPORT1024 ciphers cannot be used with a cipher over 1024 bits – and telling you that it is disabling a cipher that cannot be used with the server key, according to the SSL v3.0 and TLS specifications. Disabling that cipher should make the warning message go away.