Hi Stefan,
Thank you for the screenshots. I’ve setup (with full fresh installed Windows 10) based on your screens and maked some tests.
It works for a few hours/days. After that i get an error in windows calnedar:
Additional info:
We use Nginx proxy for Egroupware. I’ve have to changed this section:
From:
location /Microsoft-Server-ActiveSync {
proxy_pass http://127.0.0.1:8080;
include proxy_params;
# RB changed to 60m (from 20m) because that is length of zPush ping requests
proxy_read_timeout 60m;
To:
location /Microsoft-Server-ActiveSync {
proxy_pass http://127.0.0.1:8080/Microsoft-Server-ActiveSync;
include proxy_params;
# RB changed to 60m (from 20m) because that is length of zPush ping requests
proxy_read_timeout 60m;
If it work at moment, its a caotic working. I can create event in Windows and appear in Egw, but when making changes in Egroupware, not sync to the Windows calendar.
What can cause this?
Thanks,
Zoli