I need to disable SSLv2 functionality, but still allow other types.
In Apache it would be something like this:
SSLCipherSuite="ALL:!ADH:!EXPORT56:!EXPORT40:RC4+RSA:+HIGH:+MEDIUM:-SSLv2:+SSLv3:+EXP:-LOW:+eNULL"
Will this work for JBoss if placed into server.xml?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036872#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...