I could get Weblogic SSL to work with the demo certs & keystores but as soon as I tried to use custom jks keystore it stops working. Specifically, node manager seems to stop working. Admin server can boot fine but the included start.sh/cmd script stops working due to node manager. Node manager will say there was a generic SSL comunication error and complain it's not running, even though it is.
Also, starting node manager on its own (with SSL enabled) works fine from the startnodemanager script, and reports no errors, but the start script will still claim it's not running if started that way. IT has something to do with SSL enabled and using the included start script (my guess is its ignoring the configurations set in weblogic somehow).
Starting AdminServer
nmStart(AdminServer) succeeded
Start Admin server connect exception caught error occured while performing connect: Cannot connect via t3s or https. : t3s://<hostname>:<port>: RJVM:000575 destination <ip address> unreachable: nested exception is:
javax.net.sslhandshakeexception: general SSLEngine problem; [RJVM:000576] No Available router to destination
Any ideas?