I would like to setup both SSL and non-SSL access to SOGo:
- SSL for accessing SOGo from outside of the company
- non-SSL for internal access.

In the SOGo.conf (httpd), there is a section for SOGo proxy:

<Proxy http://127.0.0.1:20000/SOGo>
  RequestHeader set "x-webobjects-server-port" "80"
  RequestHeader set "x-webobjects-server-name" "sogo.mydomain.com"
  RequestHeader set "x-webobjects-server-url" "http://sogo.mydomain.com";
......
......

How can I introduce mentioned 3 properties for SSL in the same config?
Do I need to create dual SOGo configs: one virtual host for port 80 and one virtual host for port 443?

Thanks,
Igor


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

Reply via email to