Collabora Online

As a noob I have just run through a new install of 11 and got things all singing and dancing with MySQL 4-byte to nextant and solr on Ubuntu 16.04 php7 and things are great guys.

I am stuck with Collabora though and just thought I would ask some questions.

Pulled and started the docker image and on my windows remote machine edited the hosts file for office.mydomain.com and nc.mydomain.com.
Ubuntu is setup as nc.mydomain.com and also added office.mydomain.com.

The ip is the same but apache should pick up on the server nameā€¦?

I am stuck as I am getting nothing in the logs but will try that again as my file logs settings might not of been working and switched back to defaults.
NextCloud when I click on a Libre document is access denied.

I just used the default snakeoil cert which doesnā€™t have a matching server name.
In the log that is just coming up as a warning but just wondering would that cause the proxy part of apache to refuse the connection before it even gets to the Collabora container ?

I havenā€™t got access to the public DNS control panel but that shouldnā€™t matter if I molest the domains and hosts file on both my remote windows client and ubuntu server just sat here on the local subnet?

Anyway off to see if I can get any more from the logs, cheers :slight_smile:

[edit]
Looking at the logs.
Warning core Trusted domain error. ā€œ192.168.1.7ā€ tried to access using ā€œ192.168.1.9ā€ as host.

1.7 is my windows client and 1.9 is the ubuntu server with docker container.
config.php
ā€™trusted_domainsā€™ =>
array (
0 => ā€˜nc.mydomain.comā€™,
1 => ā€˜192.168.1.9ā€™,
),

Also no server side encryption.