How to enable JSSE through Server Startup Parameter in WLS10.3.6
We need to enable JSSE SSL on our Weblogic through server startup parameters so as to support SHA2 inbound and outbound connections. As per various documentation, we see two different variables referred:
1. -Dweblogic.ssl.JSSEEnabled=true
2. -Dweblogic.security.SSL.enableJSSE=true
Could you confirm which is relevant for WLS 10.3.6? We understand about setting the JSSE SSL checkbox but need to follow the Server startup parameter route due to some other environment dependencies. Please advise