[GH-ISSUE #769] how to make iframe JS request to skip verification of Docs server's SSL certificate #350

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

Originally created by @tbswork1 on GitHub (Aug 30, 2024).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/769

Originally assigned to: @igwyd on GitHub.

Do you want to request a feature or report a bug?
Feature

What is the current behavior?
iframe for loading office doc verifies Docs server's SSL cert when it connects to it. However the Docs server is only running in internal network and configured with a self-signed SSL cert.

Originally created by @tbswork1 on GitHub (Aug 30, 2024). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/769 Originally assigned to: @igwyd on GitHub. **Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** iframe for loading office doc verifies Docs server's SSL cert when it connects to it. However the Docs server is only running in internal network and configured with a self-signed SSL cert.
kerem closed this issue 2026-02-26 10:32:00 +03:00
Author
Owner

@tbswork1 commented on GitHub (Sep 14, 2024):

not possible with a stock browser.

<!-- gh-comment-id:2351025213 --> @tbswork1 commented on GitHub (Sep 14, 2024): not possible with a stock browser.
Author
Owner

@igwyd commented on GitHub (Sep 16, 2024):

Hello @tbswork1, you can use USE_UNAUTHORIZED_STORAGE=true in docker variable to skip sertificate validation or you can create your own certificates, add your own certificate authority to your network, your PCs and servers and add it to the documentserver with variable NODE_EXTRA_CA_CERTS. All docker variables in the available-configuration-parameters.

<!-- gh-comment-id:2352040650 --> @igwyd commented on GitHub (Sep 16, 2024): Hello @tbswork1, you can use ```USE_UNAUTHORIZED_STORAGE=true``` in docker variable to skip sertificate validation or you can create your own certificates, add your own certificate authority to your network, your PCs and servers and add it to the documentserver with variable ```NODE_EXTRA_CA_CERTS```. All docker variables in the [available-configuration-parameters](https://github.com/ONLYOFFICE/Docker-DocumentServer?tab=readme-ov-file#available-configuration-parameters).
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#350
No description provided.