I want to ask how to configure onlyoffice-alfresco connector using self-signed certificate or Let’s Encrypt
Document Server version: 7.1.0
Connector version: 6.0.0
DMS (platform) version:7.1/7.2
OS: Debian 11
Browser version: Firefox Latest
Alfresco and Onlyoffice works well between HTTP connection, but Error occured with HTTPS.
My OS is Debian11, Document Server is installed according to the official guide,
bash docs-install.sh
then select Docker
docker run -i -t -d -p 443:443 --restart=always -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data onlyoffice/documentserver:7.1.0.215
and copy my Let’encrypt wildcard certs to the folder /app/onlyoffice/DocumentServer/data/certs
access to Onlyoffice Docs server through https is ok. and I activated the sample site, it also works.
docker ps output:
2a713aafeaa6 onlyoffice/documentserver:7.1.0.215 "/app/ds/run-documen…" About an hour ago Up About an hour 80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp bold_albattani
My Alfresco server is Bitnami Alfresco 7.1.0, also configured using https.
access https:// alf.mygreatdomain.net/alfresco/s/onlyoffice/onlyoffice-config,
fill the Document Editing Service address with: https://onlyoffice.mygreatdomain.net/
then hit Save, occurs “Error: ONLYOFFICE can not be reached”.
Hope there will be an official guide to setup Alfresco with ONLYOFFICE connector in https mode.
Thanks for reading and I really appreciate if some guys here can give some hints.