Hello Samuel,

What is the best way to force people using HTTPS when they come in sogo
site? ( virtual hosts? .htaccess file? )

That depends (of course) on your webserver and setup. If you are using apache you can perform a simple redirect on requests on port 80 similar to:

<VirtualHost *:80>        
        RedirectMatch ^/$ https://yourdomain.yourdomain/SOGo
</VirtualHost>

and of course put your SOGo configuration inside of:

<IfModule mod_ssl.c>
<VirtualHost _default_:443>
...
</VirtualHost>
</IfModule>

Is there a way to enable https just for authentification?

Maybe that is possible, but is this useful? I suppose you do not only want to secure authentication but also email content?

Thanks all!
Samuel

Regards,

Sven

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

Reply via email to