RE: [SOGo] HTTPS switches to HTTP after login

2019-07-10 Thread Jonathan Aquilina
Hi Paul, What web server are you using? If you are using apache you can do a redirect from an http vhost to an https vhost. Regards, Jonathan From: users-requ...@sogo.nu On Behalf Of Anselm Martin Hoffmeister Sent: 10 July 2019 22:32 To: users@sogo.nu Subject: Re: [SOGo] HTTPS switches to

Re: [SOGo] HTTPS switches to HTTP after login

2019-07-10 Thread Anselm Martin Hoffmeister
Hi Paul, please check your Apache configuration. As you want https, you might have to set lines like   RequestHeader set "x-webobjects-server-port" "443"   RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}

[SOGo] HTTPS switches to HTTP after login

2019-07-10 Thread "Webb, Paul"
OS: Ubuntu 18.04.2 LTS Version: SOGo v4 Nightly Build Hi all, I've started over and built a SOGo server from the ground up. Apache2, MySQL 5.7.26, Postfix (latest from repos), Dovecot, etc. I've got a wildcard SSL certificate from Comodo and got my Apache2 configuration working properly. I can v