You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the MQTT-Stresser to test a MQTT broker which only supports secure links and self signed certificates.
I am using the docker but am not able to connect to the broker. Since it is a self signed certificate I added -skip-tls-verification Do I still have to provide a CA file wit this option.
I tried too with the HiveMQ broker from the example with gave the exact same result I running on Ubuntu
Error message: failed to unsubscribe: Not Connected failed to unsubscribe: Not Connected
btw if I do add a CA certificate with the -ca_file option I get, independent of which certificate file I use
panic: tls: failed to find any PEM data in certificate input
goroutine 12 [running]:
main.(*Worker).Run(0xc000066580, 0x77ee20, 0xc000046420)
/go/src/github.com/inovex/mqtt-stresser/worker.go:131 +0x1b6d
created by main.main
/go/src/github.com/inovex/mqtt-stresser/main.go:271 +0x910
The text was updated successfully, but these errors were encountered:
I want to use the MQTT-Stresser to test a MQTT broker which only supports secure links and self signed certificates.
I am using the docker but am not able to connect to the broker. Since it is a self signed certificate I added -skip-tls-verification Do I still have to provide a CA file wit this option.
I tried too with the HiveMQ broker from the example with gave the exact same result I running on Ubuntu
sudo docker run --rm inovex/mqtt-stresser -broker tcp://broker.mqttdashboard.com:8883 -skip-tls-verification -num-clients 2 -num-messages 2 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s
Error message:
failed to unsubscribe: Not Connected
failed to unsubscribe: Not Connected
btw if I do add a CA certificate with the -ca_file option I get, independent of which certificate file I use
The text was updated successfully, but these errors were encountered: