HTTP Windows Client 1.8.2 Issue

Hello,

I’ve tested 1.7 version in an highschool 2 years ago and now I want to use your latest version in my enterprise.

Here is my informations :

Server : Debian stretch 9 with Xibo-Docker 1.8.2
Client : Windows 7 last client version (1.8.2 too)

Maybe you already know this issue but I found nothing about it yet but here’s the problem :

On my server, I’ve configured in cms_cutom-ports.yml like this :

    environment:
        - XMR_HOST=cms-xmr
    env_file: config.env
    ports:
            - "127.0.0.1:8080:80"

So I didn’t touch the Apache in the docker, it listens on 80 port,
(I used this guide to make it : http://xibo.org.uk/manual/en/install_docker_linux.html)

I wanted my local apache server only listen on 443 but my client can’t get information if I do that :
Client and server are ok but data doesn’t reach my client, so I plan something on it but nothing happen.
I tried to debbug with ‘I’ but I only see that XMR/thread are dead.

To fix this, I had to put an access for 80 port with the same redirection as the 443 in your guide in the apache configuration because the client use it. (After a tcpdump, I could see a few traffic on this port)

So is it normal to have to keep a 80 port opened for the client or is it a bug ?

Thank you for your work.

Regards,

MelieLJ