[JBoss-user] [Security JAAS/JBoss] - Restricting Cipher suites

2006-05-09 Thread seanduddy
Hi, I am trying to retrict the enabled cipher suites to just TLS_RSA_WITH_AES_128_CBC_SHA on the JBOSS server side, i.e. any clients connect using my stateless beans MUST use this suite. I was using JBOSS 4.0.2, but it appears there was no way to restrict the suites, so I switched to 4.0.3SP1

[JBoss-user] [Security JAAS/JBoss] - Restricting Cipher suites

2006-02-23 Thread seanduddy
Hi, I am trying to retrict the enabled cipher suites to just TLS_RSA_WITH_AES_128_CBC_SHA on the JBOSS server side, i.e. any clients connect using my stateless beans MUST use this suite. I was using JBOSS 4.0.2, but it appears there was no way to restrict the suites, so I switched to