To enable JSSE for Node Manager when starting it through WLST requires -Dweblogic.security.SSL.enableJSSE=true to be passed as an argument. 
See http://docs.oracle.com/cd/E23943_01/web.1111/e13707/ssl.htm#BABIJEJD for more information about how to enable JSSE in different contexts.


To enable this option in WLS 12.1.1 and earlier, please apply the patch for unpublished defect 14174803. This patch is not required in WLS 12.1.2 and higher where this functionality is already included.

This patch adds a functionality to pass JVM arguments when starting Node Manager. After applying the patch you can execute the below command:

startNodeManager(NodeManagerHome="/home/oracle/keshav/wls12/wlserver_12.1/common/nodemanager",jvmArgs="-Dweblogic.security.SSL.enableJSSE=true")

Executing the above should enable JSSE on Node Manager when it is started through WLST.

0 Comments