Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable https for webmails from all registered domains? #1912

Open
ericots opened this issue Sep 5, 2019 · 2 comments
Open

How to enable https for webmails from all registered domains? #1912

ericots opened this issue Sep 5, 2019 · 2 comments

Comments

@ericots
Copy link

ericots commented Sep 5, 2019

I set up let's encrypt but rainloop doesn't recognize the certificate, how to solve?

@th23x
Copy link

th23x commented Apr 5, 2020

Not sure this is directly related to RainLoop...for ensuring everybody connects to the server with the webmailer installed via HTTPS, I just added a .htaccess file in the root folder (where the index.php file is located) with the following content

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://webmail.yourdomain.de/$1 [L,R=302]
</IfModule>

Of course the part "webmail.yourdomain.de" has to be adapted to point to your (sub-)domain and path where the webmailer is accesible.

@fakhrulhilal
Copy link

I believe this's more like web server issue rather than rainloop issue. Could you please provide more detail: what web server used? Apache/Nginx/IIS/etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants