Hello,

 You can always redirect port 80 to 443 on your server, i.e. for apache 
something like:

<VirtualHost *:80>
  ServerAdmin BLA
  ServerName BLABA:80
  ErrorLog logs/error_log
  CustomLog logs/access_log combined
  RewriteEngine On
  RewriteCond %{SERVER_PORT} !^443$
  RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [L,R]
</VirtualHost>


On Thursday, February 22, 2018 15:19 CET, "Pierre Fumet" (p...@zdn.fr) 
<users@sogo.nu> wrote:
 Hello,
is there a way to generate CalDAV/WebDAV links to calendars/addressbooks in 
https instead of http ?
I have them in https in SOGo2 instance, but not in SOGo3 instance, even though 
i can't see any difference in config.
Couldn't find any option available nor a bug about that.

Thks in advance.

--
Pierre Fumet :: +33676748359
--
users@sogo.nu
https://inverse.ca/sogo/lists



 


--Dr. Raimondo Giammanco 
HPCC & IT Service Head 
von Karman Institute 
Chee De Waterloo 72 
B-1640 Rhode-St-Genese 
Belgium 
http://www.vki.ac.be 
TEL: +3223599764 
FAX: +3223599600 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to