hdleviathan

Results 7 comments of hdleviathan

> The JMETER_FLAGS are passed to Gru here: > [jmeter-ecs/lucy/lucy.sh](https://github.com/smithmicro/jmeter-ecs/blob/f9f4459b8b738103aef1818879fd40a776b4e376/lucy/lucy.sh#L160-L161) > > Lines 160 to 161 in [f9f4459](/smithmicro/jmeter-ecs/commit/f9f4459b8b738103aef1818879fd40a776b4e376) > > ssh -i $PEM_PATH/$KEY_NAME.pem -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ec2-user@${GRU_HOST} \ >...

Hi @dsperling , I have just run the 'smithmicro/lucy:feature-39', but still got 401s in my test. And I lwent through the jmeter-server.log files in both of my minions, I don't...

Hi @dsperling here is my test file and cert file. Please just use it as your debug purpose. Thanks.

Hi @dsperling any update on this issue?

Hi @dsperling, I didn't set the password for this certificate. And I also tried running locally using jmeter CLI "jmeter -n -t test.jmx -l log.jtl -Djavax.net.ssl.keyStore=path_to/someCert.p12" (you can try run...

Hi @dsperling , I edited the entrypoint.sh for jmeter. Added the properties in the "# run jmeter in server (minion) mode" section. And it's working now. Thanks, Di

Hi @dsperling, it failed for me without password too. So I added a password to the certificate. Then it was working fine. Also the screenshot you sent seems like you...