I am trying to do a ssl connection to MySQL server through jmeter.
MySQL server is ssl enabled and in jmeter JDBC Connection Configuration- Database URL is configured as:
jdbc:mysql://<DBIP>:3306/mysql?verifyServerCertificate=false&requireSSL=true&useSSL=true
the response returned is:
Response message: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet successfully received from the server was 5 milliseconds ago. The last packet sent successfully to the server was 5 milliseconds ago.
Error screen is attached ssl connection. Can anyone help me to solve this issue? I am missing any configuration?
I am able to make non-ssl connection with "useSSL=false", so MySQL server is reachable and port 3306 is opened.!