[PR #201] [CLOSED] Selfsigned certificate #497

Closed
opened 2026-02-26 10:32:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/201
Author: @ReinerNippes
Created: 12/5/2019
Status: Closed

Base: masterHead: selfsigned_certificate


📝 Commits (10+)

  • b590340 v5.4.1
  • 7d1606b Add support of MySQL DBMS (#188)
  • d067050 fix issue #96 ; 'Download failed' after upgrade to onlyoffice - unable to verify the first certificate
  • 18b8dbe Fix RabbitMQ high CPU usage on idle VM (#193)
  • b3055c3 Add support JWT_IN_BODY param (#194)
  • f18d04f Fix commands on welcome page (#197)
  • f4c0bd1 Merge branch 'develop' into hotfix/v5.4.2
  • 66a293e Merge pull request #198 from ONLYOFFICE/hotfix/v5.4.2
  • fef158f New variable name REJECT_UNAUTHORIZED_STORAGE
  • 21aba41 Merge branch 'develop' into selfsigned_certificate

📊 Changes

11 files changed (+341 additions, -37 deletions)

View changed files

.travis.yml (+44 -0)
📝 Dockerfile (+2 -0)
📝 README.md (+8 -5)
📝 docker-compose.yml (+6 -4)
📝 run-document-server.sh (+100 -24)
📝 tests/activemq.yml (+4 -4)
tests/defaults.env (+40 -0)
tests/mysql.yml (+35 -0)
tests/postgres-old.yml (+32 -0)
tests/postgres.yml (+33 -0)
tests/test.sh (+37 -0)

📄 Description

New variable name REJECT_UNAUTHORIZED_STORAGE


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/201 **Author:** [@ReinerNippes](https://github.com/ReinerNippes) **Created:** 12/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `selfsigned_certificate` --- ### 📝 Commits (10+) - [`b590340`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b590340a10011028e323606c550516e213af985c) v5.4.1 - [`7d1606b`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/7d1606bc9516f383f05691ff10083620876171a4) Add support of MySQL DBMS (#188) - [`d067050`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/d067050bc388a7a7ce06c8e33123959357c040e6) fix issue #96 ; 'Download failed' after upgrade to onlyoffice - unable to verify the first certificate - [`18b8dbe`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/18b8dbe4fe309e02f8af4032d1d4d82f8df03a6f) Fix RabbitMQ high CPU usage on idle VM (#193) - [`b3055c3`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b3055c362cfda49863b890f9acfefeaf568eceb7) Add support JWT_IN_BODY param (#194) - [`f18d04f`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/f18d04f4067ab9711015e902de2221d6c32f83b3) Fix commands on welcome page (#197) - [`f4c0bd1`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/f4c0bd13b2b25740ed26853abc51700bb028506d) Merge branch 'develop' into hotfix/v5.4.2 - [`66a293e`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/66a293e79de054c007acf07bdf82adc63d0b6af9) Merge pull request #198 from ONLYOFFICE/hotfix/v5.4.2 - [`fef158f`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/fef158fd3a4849479252e967b8b664d7eeba48a2) New variable name REJECT_UNAUTHORIZED_STORAGE - [`21aba41`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/21aba4130c8d3e3654fc5d1cda7e61d73d306cf5) Merge branch 'develop' into selfsigned_certificate ### 📊 Changes **11 files changed** (+341 additions, -37 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+44 -0) 📝 `Dockerfile` (+2 -0) 📝 `README.md` (+8 -5) 📝 `docker-compose.yml` (+6 -4) 📝 `run-document-server.sh` (+100 -24) 📝 `tests/activemq.yml` (+4 -4) ➕ `tests/defaults.env` (+40 -0) ➕ `tests/mysql.yml` (+35 -0) ➕ `tests/postgres-old.yml` (+32 -0) ➕ `tests/postgres.yml` (+33 -0) ➕ `tests/test.sh` (+37 -0) </details> ### 📄 Description New variable name REJECT_UNAUTHORIZED_STORAGE --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#497
No description provided.