ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error opening version history in document if using SSL

igwyd opened this issue · comments

Step to reproduce:

  1. Clone the feature/ssl branch
git clone https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud -b feature/ssl
  1. Go to the docker-onlyoffice-nextcloud folder and create a new folder with name certs
cd docker-onlyoffice-nextcloud
mkdir certs
  1. Copy tls.crt and tls.key to the folder with name certs. Run docker-compose:
docker-compose -f docker-compose.yml -f ssl.yml up -d
  1. Go to the project folder and run the set_configuration.sh script:
bash set_configuration.sh
  1. Create new document with any name (123.docx for example) and type any text (12345 for example). Wait saving document and close tab
  2. Wait 10-15 second to complite assembling document and open it.
  3. Open Hystory Version

Expected Result:

Opens Hystory Version

Actual result:

Get error
screenshot