I installed xibo on a docker on my synology 218+ nas. Work well, reverse proxy too.
I can access CMS by https://xibo.XXXXX.com and configure everything.
But when i try to connect the player, the message is “La connexion sous-jacente a été fermée : Une erreur inattendue s’est produite lors de l’envoi” (The underlying connection was closed: An unexpected error occurred while sending).
I disabled firewalls on both sides but it’s no better
Please can you ensure that the reverse proxy is passing through the Host header, and X-Forwarded headers (including X-Forwarded-Proto) to the container?
Hi again,
I can’t stand to understand nothing. So, I read some documentations about nginx reverse proxies.
I found my configuration (I’m on a synology nas).
From the top of my weak skills in reverse proxy I can see that Host and X-Forwarded headers are well configured.
The container has the 8888 port.
Now, tell you if all informations arrives to the container, I would not be able to do it.
I don’t know if there is a log for that.
I’m afraid I don’t know then. My guess is that it’s related to the SSL configuration since the connection is never even established, rather than it being anything related to Xibo.
I’d try without SSL to confirm that, and then you can look at changing available protocol suites etc to get it working.