Tenzin wrote:
Hello Team

While create rmi keystore the window closes down automatically after answering the yes to all the questions, its not waiting for me to set the password.

Could u please help me with it
Screenshot (112).png
If you're using create-rmi-keystore.bat <https://github.com/apache/jmeter/blob/rel/v5.6.2/bin/create-rmi-keystore.bat#L19> script it automatically sets the keystore password to "changeit" (without quotes). If it doesn't seem too secure to you replace the password with a more strong one.

In general if you JMeter slaves are not exposed to the outside world you can just disable secure communication between master and slaves, in order to do this add the next line to /user.properties/ file on master and all the slaves:

server.rmi.ssl.disable=true

JMeter restart will be required to pick the property up.

More information:

 * Setting up SSL
   <https://jmeter.apache.org/usermanual/remote-test.html#setup_ssl>
 * Remote hosts and RMI configuration
   <https://jmeter.apache.org/usermanual/properties_reference.html#remote>
 * Apache JMeter Properties Customization Guide
   <https://www.blazemeter.com/blog/jmeter-properties-customization>



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to