1

Topic: disable https

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu
- Related log if you're reporting an issue:
====
I have private mail server and need to disable https (https://subdomain.mydomain.com/mail) so that
I can use reverse proxy. I really donot want to do that, but as far as I know,

External (reverse proxy,https)--> Internal(https) -- NOT POSSIBLE!!


I was wondering how to do it correctly without breaking anything.
Hope it is clear.

----

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

2

Re: disable https

You can disable it in Roundcube config file /usr/share/apache2/roundcubemail/config/config.inc.php:

$config['force_https'] = false;