I want to run distributed load testing by jmeter, where servers(linux) are in the cloud and I have ability to start test from my local pc. Is it even possible or client and servers should be in same subnet? And in case its possible, may you provide me step by step guide how to achive this goal? I have tired
https://jmeter.apache.org/usermanual/remote-test.html
but I got error after error. Before I disabled ssl verification, next error appeared:
error during JRMP connection establishment; nested exception is:
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
With disabled ssl verification I have next error:
Error in rconfigure() method java.rmi.MarshalException: error marshalling argume
nts; nested exception is:
java.net.SocketException: Connection reset by peer: socket write error
I have feeligs, like I making smth wrong with setting ip, port or firewall, but cant understand what