MQTT-Explorer icon indicating copy to clipboard operation
MQTT-Explorer copied to clipboard

Let's Encrypt certificate never validate due to root CA revocation

Open w0mby opened this issue 2 years ago • 5 comments

Due to root CA revocation Let's encrypt certificate are not validate anymore. issue has been reported to electron https://github.com/electron/electron/issues/31212 Fix & release has been made by electron.

w0mby avatar Oct 03 '21 21:10 w0mby

I have same issue trying to connect my mosquitto broker with valid let's encrypt certificates, I just get an error.

shaoran avatar Oct 05 '21 15:10 shaoran

I get the same error

soile1991 avatar Feb 10 '22 23:02 soile1991

You can download the root certificate from here and add it your connection options via:

  1. Advanced
  2. Certificates
  3. Server Certificate (CA)

Don't forget to save the configuration after testing if it works correctly.

Until the application is updated to a version of Electron where this was patched or the CA gets baked into the code with an hacky workaround, this the only way to fix the problem.

marinofra avatar Feb 18 '22 20:02 marinofra

Hi @marinofra . Thanks for the workaround. This worked for me as well. I struggled a lot with this and thought something wit my mqtt broker setup is wrong. Is there a proper fix for this already? Like a new version of mqtt explorer?

adrianburkard avatar Jun 16 '22 16:06 adrianburkard

I also stumbled upon this today... really frustrating to see that its the tool that is broken, not my new certificate setup...

moritzj29 avatar Aug 25 '22 19:08 moritzj29