1 (edited by alberto.mariani 2016-03-22 03:01:09)

Topic: Sogo: [FIXED] HTTPS doesn't work.

Hi,
I have installed on my own Debian 8.3 server, iRedMail with Openldap and Sogo.
When I try to access to my webmail, I go on HTTPS protocol but when I enter a user name and password I get redirect to HTTP page.
Why?
Berst regards.
Alberto

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Sogo: [FIXED] HTTPS doesn't work.

Hi Alberto,

Please always show us basic info of your iRedMail server, so that you can get quick and precious answers:

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

I suggest you're running Apache as web server, if yes, please set a correct hostname in SOGO Apache config file:

  RequestHeader set "x-webobjects-server-url" "https://yourhostname"

You see, if you tell us your linux distribute name and release version, we can tell you the path of SOGo Apache config file directly, this makes the troubleshooting and help more powerful.

3

Re: Sogo: [FIXED] HTTPS doesn't work.

Hi,
thank you for your answer, I'll try to change my Apache web server's settings.
Later I inform you if it works.

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Debian 8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

Best regards.
Alberto

4 (edited by alberto.mariani 2016-03-22 03:01:58)

Re: Sogo: [FIXED] HTTPS doesn't work.

Hi,
I changed Apache configuration in /etc/apache2/conf-available/SOGo.conf.
REMOVE ## IN
RequestHeader set "x-webobjects-server-name" "mail.domain.tl"
RequestHeader set "x-webobjects-server-url" "https://mail.domain.tl"
Now it works fine
Thank you.
Alberto