thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
2.99k stars 287 forks source link

Feature: --insecure equivalent, tolerating host name mismatch for certificate #827

Closed crackwitz closed 1 month ago

crackwitz commented 1 month ago

Mosquitto CLI commands support a --insecure switch to accept when the host name doesn't match any altname in the presented certificate.

I'd like to see something like that in MQTT Explorer.

crackwitz commented 1 month ago

Sorry for the noise. I didn't notice the "validate certificate" switch.