Solaris JMS Client connect to Weblogic 11g t3s security problem

前端 未结 5 975
臣服心动
臣服心动 2021-01-15 09:08

When I try to connect Weblogic t3s protocol in Solaris Server, it shows this error:

java.lang.IllegalStateException: Not enough cryptography available to ena         


        
5条回答
  •  旧时难觅i
    2021-01-15 09:30

    Are you using the same JVM vendor on both machines?

    Most likely the CA used to generate the keystore is available on the Windows truststore but not available on Solaris, the assumption being the keystore was generated in Windows and the CA is not yet shipped with the JRE being used on Solaris. The differences are discussed here.

    How to configure the truststore to add a CA

提交回复
热议问题