Re: [SOGo] [SOgo] Activesync - client disconnected during delivery of response

2016-09-29 Thread Ludovic Marcotte

On 2016-09-29 5:07 PM, Jason Mooradian (cow...@gmail.com) wrote:


Am I missing something or is one of my settings incorrect? Thanks!

Clients are disconnecting before SOGo delivers its responses. It can be:

1. a firewall in your way that doesn't like long-lived connections
2. network flickers on your EAS devices (normal over LTE/WiFi networks)

Nothing to worry about.

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence 
(http://packetfence.org) and Fingerbank (http://fingerbank.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] [SOgo] Activesync - client disconnected during delivery of response

2016-09-29 Thread Jason Mooradian
I constantly see these kinds of error messages in my logs:
Sep 29 13:36:30 sogod [25444]: [ERROR]
<0x0x7fa60b670d60[WOHttpTransaction]> client disconnected during delivery
of response for  (len=13): the
socket was shutdown

Based on documentation and various other threads I have my settings as
follows but the errors still appear:

Nginx Config:
  location ^~ /Microsoft-Server-ActiveSync {
proxy_pass
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync;
proxy_connect_timeout 3600;
proxy_send_timeout 3600;
proxy_read_timeout 3600;
proxy_buffer_size 8k;
proxy_buffers 4 32k;
proxy_temp_file_write_size 64k;
proxy_busy_buffers_size 64k;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
proxy_set_header x-webobjects-server-name $server_name;
proxy_set_header x-webobjects-server-url $scheme://$host;
proxy_set_header x-webobjects-server-port $server_port;
proxy_set_header x-webobjects-remote-host $remote_addr;
client_body_buffer_size 128k;
}

SOgo config settings:
   SOGoMaximumPingInterval = 3540
   SOGoMaximumSyncInterval = 3540
   SOGoMaximumSyncResponseSize = 2048
   SOGoInternalSyncInterval = 60
   SOGoMaximumSyncWindowSize = 50
   WOWatchDogRequestTimeout = 60

Am I missing something or is one of my settings incorrect? Thanks!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists