inovex / mqtt-stresser

Load testing tool to stress MQTT message broker
Apache License 2.0
256 stars 77 forks source link

avoid -skip-tls-verification override when providing certificates #57

Closed carlospsikick closed 3 years ago

carlospsikick commented 3 years ago

When using my self-signed certificates to connect to my broker, I noticed that the -skip-tls-verification flag was being overridden by the certificates initialization. Relocating the setSkipTLS after the certificates initialization fixes the problem.