LCM PS3 fails at post-configure, SSL error
So running a single node full stack installation with LCM. All goes fine till post-configure, where the script fails trying to connect to NodeManager. It gives
javax.net.ssl.SSLHandshakeException: General SSLEngine problem
Problem invoking WLST - Traceback (innermost last):
File "/products/lcmmw/idmlcm/provisioning/idm-provisioning-build/config/wait_for_nodemanager.py", line 13, in ?
WLSTException: Could not connect to nodemanager
I tried to troubleshoot and when connecting manually with nmConnect it gives me algorithm constraint error MD5withRSA. I checked the cert generated by the tool, it has 1024 bit length and java.security has it constrained to RSA keysize < 1024. Not sure what goes wrong here...