Hi,
I don't know if this is the correct place where asking this question, 
eventually point me to the right resource, please

I moved an application developed on Jboss (4.0.2) in a win environment with Sun 
JDK to a Jboss on a Unix AIX (IBM) environment. The application makes use of 
SSL connection, so I had a problem with the Sun implementation of the X509 
algorithm, not implemented by the IBM JDK, so I did the following to solve it:

I copied the rt.jar, jsse.jar, sunrsasign.jar to a folder of the IBM machine 
included in the JBoss classpath

I added the following provider spec into the java.security file of the IBM SDK:

security.provider.1=sun.security.provider.Sun
  | security.provider.2=com.sun.net.ssl.internal.ssl.Provider
  | security.provider.3=com.sun.rsajca.Provider
  | security.provider.4=com.sun.crypto.provider.SunJCE
  | security.provider.5=sun.security.jgss.SunProvider

Everything looks fine now, but I'd like a confirm that I didn't do anything 
wrong, like opening security holes or similia.

Has anybody have any remarks?

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934301#3934301

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934301


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to