Hi SOGo Admins and Developers!

From the SOGo Integrator customizing section of the guide

https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.html

<QUOTE>
Note that if you changed the x-webobjects-server-url configuration setting from your HTTP server configuration file for SOGo, the value must match the one you specify in isi:updateURL - even the port number.
The Add-On's extensions.rdf file looks like this:
</QUOTE>

My webserver's (Nginx) SOGo configuration file is /etc/nginx/templates/sogo.tmpl

Its x-webobjects-server-url by default is:

proxy_set_header x-webobjects-server-url  https://$host;

The related value of SOGo Integrator's extension.rdf file is:

isi:updateURL="https://myIRMserver.myDomain.myTLD/plugins/updates.php?plugin=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;platform=%PLATFORM%";>

So I changed the sogo.tmpl's x-webobjects-server-url to:

proxy_set_header x-webobjects-server-url https://irm.mmlab.de/plugins/updates.php?plugin=%ITEM_ID%&amp\;version=%ITEM_VERSION%&amp\;platform=%PLATFORM%;


Result: The Nginx Web Server even doesn't start anymore. Claims about the manipulated line.

Did I misunderstand anything in the manual stating:

<QUOTE>
...the value must match the one you specify in isi:updateURL...
</QUOTE>

BR
Irma
--
_______________________________________________________________

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to