ESP32 async SSL (as server) and PC SSL via Wifi (as client) #13480
nastiliano
started this conversation in
General
Replies: 1 comment 5 replies
-
Hello, Sorry, @Carglglz could just give me some link, please?I saw you are so experienced in that. Thank you very much |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After a long time trying to connect my ESP32 device as a client to a MQTT broker with TLS (self-signed certs), finally (thanks lot of people in this forums) I could connect and work: https://github.com/orgs/micropython/discussions/13441
Now I wondering if it's possible too use the same certificates but in annother situation. I wanted to send some information via Wifi from a PC (acting as client) using python "paho" to my ESP32 device that is configured as a server in a async sockets situation.
Yesterday I tried a lot, searching info on the net, and I think I was near to do it, but I think I need some more specific configuration about type of cypher (EC) etc...
Is possible sending encrypted data by Wifi?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions