vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.96k stars 728 forks source link

how to do OTA UPDATE SIM7000 with HTTPS? #804

Open Rogue434 opened 3 months ago

Rogue434 commented 3 months ago

[x] I have read the Troubleshooting section of the ReadMe

[x] Question or request for help

What are you working with?

Modem: SIM7000X NB-IoT HAT Main processor board: ESP32 TinyGSM version: 0.12.0

Hi, does anyone already figure out how to do OTA Update with SIM7000 over HTTPS? i search over all issue on this library, and i found how to do OTA update for SIM7000, but it was for HTTP website. i working on project that needed OTA update with HTTPS.

does anyone could help me to solve this problem?

mrdoc22 commented 3 months ago

To use HTTPS use this libaray "govorox/SSLClient"