ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
After a fresh installation, when I would like to edit a document from the example page, I received "The editor is loaded with the "The document could not be saved" message.
Looking in the logs, I encounter a self-signed certificate error although the external CA certificate is in the Data folder with the right name :
"userid":"uid-1"}]} Error: self signed certificate in certificate chain
And it's also the right CA certificat:
pwd
/var/www/onlyoffice/Data/certs
openssl verify -verbose -x509_strict -CAfile ca-certificates.pem onlyoffice.crt
onlyoffice.crt: OK
ls /var/www/onlyoffice/Data/certs
ca-certificates.pem dhparam.pem onlyoffice.crt onlyoffice.key
env
SSL_CERTIFICATES_DIR=/var/www/onlyoffice/Data/certs
Furthermore, the used certificate is signed by only one certificate authority
docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
onlyoffice/documentserver latest 0da47c251add 2 months ago 2.84GB
onlyoffice/documentserver 5.6 f68fd6406374 2 years ago 2.16GB
lsb_release --codename --short
jammy
Hello @4lex11s, sorry for the late reply. We added new docker variable for your own CA - NODE_EXTRA_CA_CERTS, describtion here available-configuration-parameters.
Hello,
Thank you for your software!
After a fresh installation, when I would like to edit a document from the example page, I received "The editor is loaded with the "The document could not be saved" message. Looking in the logs, I encounter a self-signed certificate error although the external CA certificate is in the Data folder with the right name :
"userid":"uid-1"}]} Error: self signed certificate in certificate chain
And it's also the right CA certificat:
Furthermore, the used certificate is signed by only one certificate authority
Insecure Workaround
-e USE_UNAUTHORIZED_STORAGE=true
How to reproduce
Did this work in previous versions of DocumentServer? no
DocumentServer Docker tag: & Host Operating System:
Thanks in advance!