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

Allow ignoring self-signed or other untrusted certificate #643

Closed andig closed 2 years ago

andig commented 2 years ago

A bit similar to https://github.com/thomasnordquist/MQTT-Explorer/issues/640, but I'm sure the cert is self-signed. It would be great if we could just ignore the fact.

andig commented 2 years ago

Update: took another look. The cert is from LE and is valid:

depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = ....
verify return:1
DONE
        Validity
            Not Before: Mar 24 07:23:51 2022 GMT
            Not After : Jun 22 07:23:50 2022 GMT

This looks like a bug?

andig commented 2 years ago

Feeling stupid. Uncheck "validate certificate". I was somehow looking for the inverse button...