在只有一个从用户的从机上运行J-Meter分布式测试时,在主machine.My主机和从机的Jmeter5.2版本,连接到相同的网络中,选择了'Run‘菜单下的'Remote Start’with slave IP地址后,我得到了下面的ssl证书错误。
在运行远程启动之前,我做了下面的设置。
从机:- server.rmi.ssl.disable =true (注释此属性),并在从机中运行J-Meter -server服务bat文件
主机:在jmeter.properties的‘remote _hosts’命令中提及从属ip地址并保存,然后使用来自主机的从属IP地址运行远程启动
你能为我做同样的事吗?

谢谢
Amit G
发布于 2019-12-02 12:49:52
该错误意味着JMeter主机无法安全地连接到从机,很可能是您犯了一个打字错误或做错了什么,比如注释了该属性,而它需要为未注释的
server.rmi.ssl.disable=true
- Make sure that the property doesn't have `#` at the beginning and there are no whitespaces at the beginning/end of the line
- Make sure to restart JMeter to pick up the property
- This has to be done on JMeter master and all the slaves
https://stackoverflow.com/questions/59115712
复制相似问题