I’m starting to use Edge Data replication.
at the moment testing the local network between InfluxDB OSS and InfluxDB OSS.
Several PCs work well without problem. but one of the PCs is not well with Error 502.
those PC running on Windows10 Pro (21H2)
Influxdb Version 2.3
influx CLI 2.3
those PCs running the same network.
I checked firewall anti-virus settings(even tested disable), confirmed DNS(refreshed), and Gateway settings all the same.
But one of the PCs does not communicate replication with the server.
but I can access the web interface port 8086, windows ping also works.
to find out the issue I use influx.exe to confirm ping. I get the following error message.
PS C:\Program Files\InfluxData\influxdb2-client> .\influx.exe ping
Error: 502 notresolvable: unable to decode response content type
“text/html”
I checked network traffic using Wireshark.
When applying ping, only the packet appears on localhost, not on the ip address of the server.
I believe the issue came from the PC setting.
Do you have any suggestions for those error messages?
Thank you for your information.
When using cURL, I was able to see error details.
Finally found a solution.
Problems come from proxy settings on Environment variables of Windows10
This system also installed Grafana.
I added a proxy address in Environment variables for internet connection.
because Proxy setting on Network & Internet does not help.
HTTP_PORXY http://*****:80
HTTPS_PORXY http://*****:80
When I remove those settings, I can able to communicate with all PCs.
Strange thing, some PCs have the same setting, but are able to communicate.
it will be windows things.
I’m sorry, I made a problem myself.
Thank you very much for your support.
Hello @Yutaka,
I’m so sorry. I was so wrong. You absolutely can replicate from OSS to OSS with Edge Data Replication. I was just confused because the examples in the docs are OSS → Cloud (I’m working on a PR/issue).
Hello @Anaisdg .
Thank you for your information.
No problem.
I confirmed with OSS to OSS works fine with Edge Data Replication, after change proxy setting.
cURL method with to() helped for understand problem where come from.
Hell @Anaisdg
The edgeToEdge link is showing only edge to cloud replication example.
I have configured edge to edge replication. the local nodes sends data. form current queue i can see the bytes were 1042 then it reduced to 8. but remote node bucket is still empty.