Closed dtheodor79 closed 3 years ago
Tbh HTTPS is trash on the sim7000............... I've got it to work twice in the last 2 years I've worked on this......
HTTP works perfectly fine but HTTPS needs a secure handshake to connect and to do that you need a certificate and those expire every 30-90 days then you need a new one... as of right now HTTPS is kind of a no-go until they finish their work on the TinyGSM lib then ill make an example
@dtheodor79 @lewisxhe Should be closed
Hi, I would to ask if possible, to add an example code that successfully configures the SIM7000 to perform an HTTPS connection.
I followed the exact steps described in the application code below at page 18, but I get ERROR when trying to connect to the server. https://www.simcom.com/technical_files.html?pro_cat=0&pro_li=10&time=0&filetype=0
Overall, it look like that there is a lot of ongoing work on the "TinyGSM" library side to integrate SIM7000 (with HTTPS), so I guess it would help a lot the SIM700G LilyGo users having an example code for now that uses AT commands to configure and perform HTTPS connections.
I have attached my code below.
Thanks, dtheodor