How to enable SSL debug on the mid server to troubleshoot any issues with SSL connections?Issue How to enable SSL to debug on the mid server to troubleshoot any issues with SSL connections?ReleaseALL mid-server versionsResolution-Log into the mid server and stop the Mid server service -Edit the Wrapper-override.config file and add the following line wrapper.java.additional.500=-Djavax.net.debug=ssl:handshake -Restart the mid server once you make the above changes. -All the SSL handshake logs will be captured in the Wrapper log of the mid server.