-
Notifications
You must be signed in to change notification settings - Fork 358
WIP: Fix plaintext being used when TLS expected (HTTPS) #213
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
base: master
Are you sure you want to change the base?
Conversation
|
@stanleyhuangyc I would appreciate your input if you have the time. I'm trying to figure out why I'm running into the following issue. An HTTP 400 error is being returned when connected to WiFi. I've verified the traffic is encrypted now, which is a huge improvement. I suspect the error is caused due to missing queryparams in the URL, but I'm not positive: Traefik logs (in front of Traccar) NOTE: Serial output: |
|
I believe calls to the
Still plugging away at this PR... |
…ify when OsmAnd is used
|
It looks like I have two problems to figure out with my latest commit applied:
Full Log |
|
If anyone is open to collaborating on this PR, I would certainly appreciate some assistance. I'm still experiencing the issue described in my last update and have made no significant progress. |
|
I am also having this issue. |
I'm working towards fixing the issue described in #211. When
PROTOCOL_HTTPS_GETorPROTOCOL_HTTPS_POSTare configured, traffic is sent plaintext over TCP443 to the server. I am also fixing other issues that I've come across concerning GET/POST via WiFi and cellular.