You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that "problem" is probably on my server, but unfortunately i don't understand, how to prepare my endpoint for request from your modem driver.
Please, can you help me with server response what you expecting it?
Thank you for your support.
Lukas Sliacky
The text was updated successfully, but these errors were encountered:
oh, of course. You are absolutely right ... I spent lot of time with googling, but progably i went to wrong way.
On my project server i temporarily disabled SSL and after this change, everything works good.
I had the same problem, but managed to solve it.
You can allow Nginx to accept TLSv1 (the only version supported by sim800L) and the module will send data over ssl to your server.
Hi guys, first of all: Thanks for your great project...
I am using your driver located here: Drivers/SIM800L.py
I don't know where can be a problem and i am writing here entire my scenario and specific information which i know:
I am using latest version:
and my device is connected on Internet:
All these my experiments are okay.
And here is my problem:
My webserver is based on Flask (with NGINX server) and i have simple and basic endpoint:
When i try simple request to my API with requests library ("normal" Python 3.5+):
And everything looks good...
But when i try similar request to API over my TTGO T-Call SIM800 with code:
i see response:
A am pasting here all info from your additional log:
I think that "problem" is probably on my server, but unfortunately i don't understand, how to prepare my endpoint for request from your modem driver.
Please, can you help me with server response what you expecting it?
Thank you for your support.
Lukas Sliacky
The text was updated successfully, but these errors were encountered: