You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In HTTP, everything works fine. But I want to connect Document Server to my NextCloud instance which is runnning in HTTPS.
I configured HAProxy as an SSL Termination, with correct certificates. The communication between HAProxy and OnlyOffice Document Server can stay on http/80 but the Nginx engine on Document Server is forcing fall back to HTTP protocol.
Possibles workarounds would be to let SSL traffic flow through HAProxy to the Document Servers configured in SSL mode, or to decrypt SSL in HAProxy and crypt again communications between HAProxy and Document Servers.
But in my configuration, I use the same HAProxy for Nextcloud and OnlyOffice, and Nextcloud is configurable to let the http mode to HTTPS even if communication between HAProxy and PHP Instances stays in clear HTTP.
Hope I make myself clear !
Regards,
GS
DocumentServer version: 5.2.8-24
Operating System: Debian 9
Browser version: Not Relevant here.
The text was updated successfully, but these errors were encountered:
@slater0013, please check our examples of the configuration files for HAproxy under this link. Please let us know if some of the examples helps you to solve the issue.
Bug or Config Issue ?
I've installed Document Server Integration Edition on Debian. I plan to configure a cluster of 2 Document Servers with HAProxy in front like described here : https://helpcenter.onlyoffice.com/fr/server/developer-edition/linux/install-cluster.aspx
In HTTP, everything works fine. But I want to connect Document Server to my NextCloud instance which is runnning in HTTPS.
I configured HAProxy as an SSL Termination, with correct certificates. The communication between HAProxy and OnlyOffice Document Server can stay on http/80 but the Nginx engine on Document Server is forcing fall back to HTTP protocol.
Possibles workarounds would be to let SSL traffic flow through HAProxy to the Document Servers configured in SSL mode, or to decrypt SSL in HAProxy and crypt again communications between HAProxy and Document Servers.
But in my configuration, I use the same HAProxy for Nextcloud and OnlyOffice, and Nextcloud is configurable to let the http mode to HTTPS even if communication between HAProxy and PHP Instances stays in clear HTTP.
Hope I make myself clear !
Regards,
GS
DocumentServer version: 5.2.8-24
Operating System: Debian 9
Browser version: Not Relevant here.
The text was updated successfully, but these errors were encountered: