Container is sat behind Traefik proxy, with TLS certs being terminated for the local network correctly, and DNS resolving to xbox.service.<mydomain.net> which resolves fine in both the browser and via CURL
XBox Console is sat on a separate VLAN to the container host, with firewall rules to allow TCP and UDP traffic between the container host and the XBox Console
Authentication has worked and I can see the Auth Token when I query the Auth Status
As soon as I query the device state using https://xbox.service.mydomain.net/device/?addr=xbox.ip.address, I get a server 200 response and an empty response ([])
There's nothing that I can see in the logs to indicate why this has happened, so I'm a bit stuck on how to troubleshoot it - is anyone able to help?
Hey all,
I had this working really well on an old server and now I've migrated it to my new setup I'm seeing some issues
My setup is as follows:
xbox.service.<mydomain.net>
which resolves fine in both the browser and via CURLAs soon as I query the device state using
https://xbox.service.mydomain.net/device/?addr=xbox.ip.address
, I get a server 200 response and an empty response ([]
)There's nothing that I can see in the logs to indicate why this has happened, so I'm a bit stuck on how to troubleshoot it - is anyone able to help?