I have a problem integrating liquibase maven execution with a mysql 5.7 database provided by azure as a Service. the error log is:
Failed to execute goal org.liquibase:liquibase-maven-plugin:3.0.5:status (default-cli) on project — : Error setting up or running Liquibase: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure Last packet sent to the server was 575 ms ago. Remote host closed connection during handshake: SSL peer shut down incorrectly.
this is the connection string I give to liquibase:
jdbc:mysql://server-name:3306/db-name?useSSL=true&requireSSL=false
Any suggestion? I have just tryed to set -Dhttps.protocols=TLSv1.1,TLSv1.2 but nothing changed..