【发布时间】:2014-04-24 14:36:43
【问题描述】:
我正在尝试通过 jmeter 与 MySQL 服务器建立 ssl 连接。
MySQL 服务器已启用 ssl,并且在 jmeter JDBC 连接配置中 - 数据库 URL 配置为:
jdbc:mysql://<DBIP>:3306/mysql?verifyServerCertificate=false&requireSSL=true&useSSL=true
返回的响应是:
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.
附加了错误屏幕ssl connection。 谁能帮我解决这个问题?我缺少任何配置?
我可以用“useSSL=false”建立非ssl连接,所以MySQL服务器是可达的并且端口3306是打开的。!
【问题讨论】: