I set up a Document server (Docker version) by following this guide https://github.com/ONLYOFFICE/Docker-DocumentServer
But i have encountered the same problem such as this link : http://dev.onlyoffice.org/ru/viewtopic.php?f=30&t=1481
It's likely an error of my certificate and the certificate of mono.
In fact, my application lies on two servers (they have the same certificate): a VM for document server and another for my application (PHP, Apache, Alfresco with AJP proxy).
As far as the CALLBACK is concerned, i can receive the status 1 and 4, but i have never got the status 2 which encountered the error "The authentication or decryption has failed".
The information of my servers :
- Code: Select all
Centos 7 64 bit (30 GB RAM)
My certificate's signature algorithm : SHA256RSA
My certificate's signature hash algorithm : SHA256
This is a wildcard certificate.
I also tried this command : mozroots --import --sync --machine, but it didn't help.
I have been stucked with this problem for a week. Any helps will be appreciated ! Thank you very much.