Fix plaintext being used when TLS expected (HTTPS)#213
Fix plaintext being used when TLS expected (HTTPS)#213AndrewPaglusch wants to merge 1 commit intostanleyhuangyc:masterfrom
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... |
|
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. |
b86e385 to
c6eee14
Compare
0174866 to
9ed75b0
Compare
9ed75b0 to
1cdad94
Compare
|
This should be ready for review. I've tested HTTPS_GET over cellular and WiFi and it seems to be working fine now |
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.