Forwarding not working

Walter Spada 9 hours ago

Since a week ago (or so) I am using 6.11.1, and found some devices seem to have stop giving traccar the correct location information.
For moving devices, there's the same coordinates in all uploaded positions, so I can get speed and direction, but always the same position.

Since it's happening with several devices, not the same brand and not the same model, I think it might be server related.

So I'm trying now to forward data from my local/test server to my production server.
On my local server I am using several "strange" devices and even virtual or simulated devices to use experimental data. My idea is to check both servers receive the same data no matter what I send to my experimental one and discard there's a "man in the middle" or any other similar issue.

But...

After adding

	<entry key='forward.enable'>true</entry>
	<entry key='forward.server'>this.is-my-production.server</entry>

Nothing reaches production server.
Nothing related to forward appears on testing server logs.
No connection to my production server is made or called from testing server.

Am I missing something on forwarding?
I already done it in the past and worked but never tested raw forwarding.