Xinyuan-LilyGO / LilyGO-T-SIM7000G

LilyGO T-SIM7000G
https://pt.aliexpress.com/item/4000542688096.html
283 stars 123 forks source link

HTTPS POST #250

Open rajendran20 opened 7 months ago

rajendran20 commented 7 months ago

Can someone help me with how to use the T-SIM7000G dev board and set up an HTTPS POST without requiring CA certs? I have tried using AT commands to setup using Tinygsm SIM7000SSL libraries but still not able to connect.

OK AT+CASSLCFG=0,protocol,0 AT+CASSLCFG=0,protocol,0 OK AT+CSSLCFG="sni",0,"pos.ls.hereapi.com" AT+CSSLCFG="sni",0,"pos.ls.hereapi.com" OK AT+CAOPEN=0,"pos.ls.hereapi.com",443 AT+CAOPEN=0,"pos.ls.hereapi.com",443 +CAOPEN: 0,4

OK