emqx/mqtt-jmeter

SSL certificate authentication

j1122 opened this issue · 5 comments

j1122 commented

For Protocols:SSL not Dual SSL authentication, how to configure the jks location?

Was getting "Failed to establish Connection org.fusesource.mqtt.client.CallbackConnection@6f7fcb66" error when try to connect to amq-broker-7.2.2 via SSL connection.

You don't need to configure JKS, the client accept any certification issued from server. Please check other authentication settings of MQTT connection.

j1122 commented

What if the client cert is a chained cert like
root ca->intermediate ca->client cert
Will this caused any issue?
My amq-broker setup do not have any other authentication settings beside certification authentication.
jm
jm1

Could you please attach the jmeter.log to this issue? The file is under the folder where you execute the jmeter.

j1122 commented

Attached please find the log
jmeter.log
conn

j1122 commented

Sorry, my bad, the service is actually listenning on another interface, so I cant access with the configured destination.