newer versions of java disable certain TLS algorithms by default causing Failed to connect to JBDC URL due to Bad handshake errors when connecting to MySQL.
This PR adds the steps to enable TLSv1 and TLSv1.1 algorithms as a workaround for the above errors.
newer versions of java disable certain TLS algorithms by default causing
Failed to connect to JBDC URL
due toBad handshake
errors when connecting to MySQL.This PR adds the steps to enable
TLSv1
andTLSv1.1
algorithms as a workaround for the above errors.