Skip to main content
Arduino

Timeline for How to connect to MQTT broker with TLS?

Current License: CC BY-SA 4.0

11 events
when toggle format what by license comment
Nov 6, 2020 at 17:51 comment added StarCat Not really.The fingerprint is a cryptographic hash of the server’s public key. It’s computationally extremely hard to reconstruct a public key from the fingerprint (or a different public key that produces the same fingerprint, called a "collision").
Nov 6, 2020 at 17:20 comment added Bastian Thiede @StarCat Wouldn't this allow anyone who knows the (accessible) fingerprint to pretend to be the server?
Feb 21, 2020 at 21:22 history edited StarCat CC BY-SA 4.0
added 9 characters in body
Feb 21, 2020 at 21:21 comment added StarCat My bad, I will fix it in the answer.
Feb 21, 2020 at 21:20 vote accept iWizard
Feb 21, 2020 at 21:18 comment added iWizard solved. changed client.setFingerprint(fingerprint); -> espClient.setFingerprint(fingerprint);
Feb 21, 2020 at 20:43 comment added iWizard I get error 'class PubSubClient' has no member named 'setFingerprint' and also for setInsecure. Which PubSubClient is latest and best for use?
Feb 21, 2020 at 17:25 comment added StarCat You won't need them if you use the setFingerprint method. You only need the fingerprint.
Feb 21, 2020 at 17:15 comment added iWizard where I need to put ca.crt, client.crt and client.key?
Feb 21, 2020 at 16:13 history edited StarCat CC BY-SA 4.0
added 4 characters in body
Feb 21, 2020 at 16:07 history answered StarCat CC BY-SA 4.0

AltStyle によって変換されたページ (->オリジナル) /