-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2021.0
-
Component/s: WOPI
-
Release Notes Summary:The proxy environment variables (nuxeo.http.proxy.*) are now used if defined to retrieve the WOPI discovery.
-
Tags:
-
Backlog priority:750
-
Sprint:nxplatform #96
-
Story Points:2
After configuring Nuxeo to use a HTTP proxy with these nuxeo.conf properties
nuxeo.http.proxy.host= nuxeo.http.proxy.port=
the connection to the WOPI service fails with this error
ERROR [WOPIServiceImpl] Error while fetching WOPI discovery: Connect to edition.apps.server.fr:443 [edition.apps.server.fr/xxx.xxx.147.157|http://edition.apps.education.fr/xxx.xx.147.157]] failed: Connection timed out (Connection timed out)
The expected behavior is to make the WOPI package take into account the Proxy settings