我正在尝试通过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。 任何人都可以帮我解决这个问题吗?我缺少任何配置?
我能够使用&#34; useSSL = false&#34;进行非ssl连接,因此MySQL服务器可以访问并且端口3306被打开。!
答案 0 :(得分:0)
你能展示你的jdbc请求配置吗? 还可以显示jmeter.log内容吗?
尝试使用此java程序测试jmetet之外的连接:
另请阅读有关可能的异常原因
的内容