Search found 1 match
- Tue Nov 08, 2022 9:41 am
- Forum: General Discussion
- Topic: how to test ESP32 SSL connection with a mqtt broker?
- Replies: 1
- Views: 3083
Re: how to test ESP32 SSL connection with a mqtt broker?
Hi, So for you MQTT connection you need to have a private certificates. You can create private self signed certificate using Open ssl. There are some here are some discussions http://www.steves-internet-guide.com/mosquitto-tls/. it might solve you problem. But i will suggest to use an integrated sol...