Re: [SOGo] nginx + activesync

2015-06-04 Thread Christian M. Jensen
Hi Simon have you tried adding this to the config, server { . proxy_http_version 1.1; proxy_set_header Connection ; . } also i'm not sure, but i dont think ssl stapling works without 'ssl_trusted_certificate', maby i'm wrong Regards Christian Jensen On 04-06-2015

Re: [SOGo] nginx + activesync

2015-06-04 Thread Simon Dieterle
Hi Christian, i used the all the nginx.confs containting ActiveSync i found. But right now this one is the one i use to test. http://pastebin.com/BtwFrqvh As i'm not interested in having a webinterface i don't mind the other rules being wrong. I don't understand why i get a response from

Re: [SOGo] nginx + activesync

2015-06-04 Thread Christian M. Jensen
hi. what is your current nginx config? i had to add 'proxy_set_header Connection ;' to my config in order to get it running Regards Christian Jensen On 03-06-2015 18:07, smnd...@openmailbox.org wrote: Hi, i compiled sogo 2.3.0 and everything is working as expected, except active sync. I

Re: [SOGo] nginx + activesync

2015-06-04 Thread Simon Dieterle
Hi Christian, i tried it, but it doesn't change anything. I don't have a running installation to test, but i assume the following curl command does nearly the same as my phone trying to connect. It would be interesting how the response is on a working sogo. It doesn't look like nginx is the

[SOGo] nginx + activesync

2015-06-03 Thread smndtrl
Hi, i compiled sogo 2.3.0 and everything is working as expected, except active sync. I used the following rule in nginx location ^~ /Microsoft-Server-ActiveSync { proxy_pass http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync proxy_redirect