I am currently working on setting up my own server to send and receive data from my Teltonika FMB920 device. I have configured a web server on AWS using Nginx, but I am encountering an issue where my server consistently responds with HTTP 400 Bad Request when the FMB920 sends data.
Here are the details of my setup:
Device Model: Teltonika FMB920
Server: AWS EC2 instance
Web Server: Nginx
I have attached a screenshot of the packet capture from my server showing the Bad Request responses:
I would greatly appreciate any guidance or suggestions on the following:
Proper configuration of the Nginx server to accept data from the FMB920.
Examples of successful data communication setups with the FMB920.
Troubleshooting steps to identify why my server is returning 400 Bad Request errors.
Thank you in advance for your help!