ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
363 stars 156 forks source link

Error opening version history in document if using SSL #53

Open igwyd opened 3 years ago

igwyd commented 3 years ago

Step to reproduce:

  1. Clone the feature/ssl branch
    git clone https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud -b feature/ssl
  2. Go to the docker-onlyoffice-nextcloud folder and create a new folder with name certs
    cd docker-onlyoffice-nextcloud
    mkdir certs
  3. 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
  4. Go to the project folder and run the set_configuration.sh script:
    bash set_configuration.sh
  5. Create new document with any name (123.docx for example) and type any text (12345 for example). Wait saving document and close tab
  6. Wait 10-15 second to complite assembling document and open it.
  7. Open Hystory Version

Expected Result:

Opens Hystory Version

Actual result:

Get error screenshot