Seafile Professional + Collabora integration

We uploaded the seafile on one domain and then we upload the Collabora code on other domain and then add URL and all configuration in seahub_settings.py but not able to open libre office when we click on file and display online view is not applicable please download

Can someone please help me on this ?

Thanks

Collabora requires a valid SSL certificate. Ensure that your Collabora server has a valid SSL certificate (signed by a trusted CA). Verify that the Collabora server’s SSL certificate matches the domain you’ve configured in SERVICE_URL.

sudo docker run -t -d -p 9980:9980 -e “domain=your-domain.com” -e “username=admin” -e “password=admin” --restart always --cap-add MKNOD collabora/code

Hello @deborah621 ,

Thanks for the reply.
We solved this issue.
This issue is because we have a bundled certificate and a simple certificate.
We need to merge both and create one certificate and give that path to nginx.

It solved my problem and now it is working fine.

Thanks