-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS requests not working, error 706, SIMCOM 7670G #171
Comments
Update the SIM7670G internal firmware to the latest version and try again |
I have the same problem even with plain http. My board is upgraded to 2374B04SIM767XM5A_M_SIM7670G-MNGV Nothing changed. |
I'm able to do http call through ArduinoHttpClient library |
I tested it and it's the same problem. I will communicate with SIMCOM and I will update here when the problem is solved. |
I mean I cannot get http connection to my OTA server with the latest firmware |
What library you are using for http request? tinygsm? |
No, I am testing with AT commands in the terminal. The sequence is the same as in the TinyGSM |
understood, let see how Lewisx's progress with SIMCOM. Just the remind that I can raise http request with ArduinoHttpClient library, if you are urgent to communicate with your ota server, you could have a try of the ArduinoHttpClient library, pretty straightforward. |
I had similar problem with A7608, it could not establish HTTPS connection with most of sites. Simcom has fixed that by lewisxhe's request, so we may expect the same with SIM7670. |
@Kylektt |
@chemmex A7608 What problem did you encounter? Please open a new issue |
Wait, does that mean that SIM7670 cannot download files larger than 288Kb using native http client? |
Yes |
So if my complied sketch exceeds 288kb, the only chance for OTA would be using TinyGSM via tcp socket instead? |
Yes, or you need to manually split the upgrade firmware into multiple files less than 288KB, and then merge them through esp32 and then upgrade |
I see, thanks for the clarification |
@lewisxhe Thanks for your reply, it is very helpful. I actually haven't had the chance to go into the step of upgrading the file, but I completely understood what you mean in the reply. After seeing your reply, I go try the HTTPS built-in Example, and have the same issue with I haven't upgraded the firmware as I met some trouble with detecting COM Port by the flash tool as raised in another issue. However, in the meanwhile, could you please help me to test that whether the latest firmware of SIM7670G is able to make https call with Notice that I have sent enableSNI after the HTTPINIT. Thank you very much @lewisxhe |
https://ipapi.co/timezone is blocked by the firewall in my country (it cannot be accessed using a computer), so I cannot access it, the same is 715, but https://vsh.pp.ua/TinyGSM/logo.txt can be accessed normally. Here are my versions and logs
|
Hi, I am currently trying to implement the OTA update on the device esp32-SIMCOM7670G-s3. I am having a problem with https call which I has a returned error code with 706. In the screenshot I also attached the version code by adding AT+SIMCOMATI. The other code is the same with the ota update example code. Is anyone have any idea?
The text was updated successfully, but these errors were encountered: