Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-06-01 Thread DJ Lucas
On 06/01/2016 09:21 AM, "[DATABEILLE] Julien PAQUIT" (jul...@databeille.com) wrote: I only have android 4.4 (cyanogenmod) phones, all are showing errors with built in connector and self generated certs. Happy it works with newer versions. As andreas.gebetsroit...@sps.at said, letsencrypt

Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-06-01 Thread "[DATABEILLE] Julien PAQUIT"
I only have android 4.4 (cyanogenmod) phones, all are showing errors with built in connector and self generated certs. Happy it works with newer versions. As andreas.gebetsroit...@sps.at said, letsencrypt works perfectly. I personaly use this piece of software to renew my SOGo certs :

Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-06-01 Thread Andreas Gebetsroither
You can also get a cert from "lets encrypt". It's official and supported by the most browsers and android only Thunderbird don´t know it at the moment. The only thing is you need to renew it every 3 month but there are good guides where you can have a look at. Mit freundlichen Grüßen Best

Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-06-01 Thread "T.B."
Am 31.05.2016 um 09:36 schrieb "[DATABEILLE] Julien PAQUIT" (jul...@databeille.com): Please, note that ActiveSync will not work with self-generated certs. That's at least not completely true: ActiveSync on Android 5 and 6 works perfectly with my self-generated certs. -- users@sogo.nu

Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-05-31 Thread "[DATABEILLE] Julien PAQUIT"
I use successfully what Francis describes for more than one year now : RequestHeader set "x-webobjects-server-port" "443" RequestHeader set "x-webobjects-server-name" "mail.whatever.com" RequestHeader set "x-webobjects-server-url" "https://mail.whatever.com; Please, note that ActiveSync will

Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-05-26 Thread Zhang Huangbin
> On May 26, 2016, at 3:23 AM, Chris Burke (burkech...@yahoo.com) > wrote: > > You must set the x-webobjects headers. See the documentation: > http://sogo.nu/files/docs/SOGoInstallationGuide.html#_apache_configuration Suggestions to default Apache SOGo config file (source file

Re: [SOGo] SSL issues SOGo web access and ActiveSync

2016-05-26 Thread Chris Burke
r" "%{REMOTE_USER}e" env=REMOTE_USER  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"    AddDefaultCharset UTF-8  Order allow,deny  Allow from all -Chris From: Francis Lachapelle <users@sogo.nu> To: users@sogo.nu Sent: Wednesday, May 25, 201

Re: [SOGo] SSL issues SOGo web access and ActiveSync - FIXED

2016-05-26 Thread Chris Burke
ot;x-webobjects-remote-user" "%{REMOTE_USER}e" env=REMOTE_USER  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"    AddDefaultCharset UTF-8  Order allow,deny  Allow from all -Chris From: Francis Lachapelle <users@sogo.nu> To: users@

[SOGo] SSL issues SOGo web access and ActiveSync

2016-05-24 Thread Chris Burke
I'm having a problem getting SSL to work with SOGo web access and ActiveSync. In Apache I redirect everything to SSL in 000-default.conf: ServerName mail.mydomain.comRedirect permanent / https://mail.mydomain.com/ This works great for everything, except when accessing SOGo. When I go to