TinyGSM
TinyGSM copied to clipboard
[other] SSL Client compatible with TinyGSM and ESP32 boards
Hello everybody :)
I want to tell you that I have been testing this library which has turned out to be very useful to establish SSL connection using ESP32 based boards. I know there are many questions and problems with establishing secure connections using TinyGSM. The solution will always depend on your particular board, the model of the modem, the type of connection and several other factors.
In my case this library easily solved my problems. I have successfully tested it on ESP32 with SIM800L and SIM7000G.
I hope that for someone it may be useful. Thank you maintainers and collaborators of TinyGSM.
Hi @Kromtar,
would you mind posting an example working code that combines the two libraries? Because in my project I'm not able to run it successfully on ESP32. I get a core panic error and it is rather difficult to debug.
In the examples folder you can find fully functional codes.
Thank you. I think this may be worth mentioning in the README
Hi @Kromtar!
I'm working on a project using the LiliGO T-SIM7000G board. Using the native functions of TinyGSM to conectar using SSL (TINY_GSM_MODEM_SIM7000SSL), despite not having any error during compilation, in my case the connections do not work. I tryed some exemples with https and mqtt. With the library you posted, everything worked perfectly defining the modem as TINY_GSM_MODEM_SIM7000. Both HTTPS and MQTT SSL connections on port 8883. Thank you very much for posting this library!
Thank you very much
I couldn't POST json request to googleapis.com would anybody done this before?
I was trying to use this lib to connect to AWS S3 with API gateway, but no success till now. Did anyone work on such previously?
@vshymanskyy Some SSL connections worked for me with this library: github.com/govorox/SSLClient