Document Server version: Installed version: 8.3.2.19 (community)
Type of installation of the Document Server: docker (on RedHat)
Connector version: ONLYOFFICE Connector for HumHub Version 3.2.0
HumHub version 1.17.1 (on RedHat)
The OnlyOffice docker container was setup behind a reverse proxy on a different server, only the reverse proxy has a public IP address.
The HumHub instance is also behind a (different) reverse proxy with a public IP address only on the reverse proxy.
Internally, HumHub and OnlyOffice servers have private IPs.
Both the OnlyOffice and the Humhub instances themselves have HTTPS active (i.e. the HTTPS going to the reverse proxy forwards to another HTTPS request to the target server)
I can access from my browser the OnlyOffice instance and work on the example, editing/uploading documents, both using https://[server with onlyoffice docker] or https://[reverse proxy to onlyoffice server]
My configuration for the OnlyOffice Connector for HumHub (https://[reverse proxy to onlyoffice server], with the right JWT Secret fails with
Error when trying to connect (Unrecognized format āā)
Iām searching for the right setup; probably the reverse proxy is interfering. I did try to point the OnlyOffice docker to map the HumHub URL to the real server IP, though.
But some advice would be welcome