3 Replies Latest reply on Jul 9, 2003 8:33 AM by donahuept

    Changing the cipherSuit being used by Jboss

    sachinshah

      Hi,

      I want to access the secured site which is using 128 bit encryption. the ciper suit being used by when i run a sample application to access the same is SSL_RSA_WITH_RC4_128_MD5 where as when running JBoss in debug mode i found that the cipher suit used by JBoss is SSL_RSA_EXPORT_WITH_RC4_40_MD5.

      How can i configure JBoss to use SSL_RSA_WITH_RC4_128_MD5 cipher suite