21 Feb 2012 17:37
how to debug activesync "connection" problems
Stephan Lauffer <lauffer <at> ph-freiburg.de>
2012-02-21 16:37:39 GMT
2012-02-21 16:37:39 GMT
Hello!
I try to eval and test the ActiveSync part in horde. Therefore I have a
4.0.13 horde environment (groupware... imp) on a apache2-2.2.12 with
php5-5.2.14.
IMHO all needed prerequirements are fulfilled - test.php looks good so far.
The client ActiveSync part I would like to try with a android 2.3.6 atm.
My problem right now seems to be very early in ActiveSync connection:
If I try to connect with the droid it ends up in a apache ssl log...
...TLSv1 RC4-MD5 "OPTIONS /Microsoft-Server-ActiveSync HTTP/1.1" - "-"
"Moto-MB526/4.5.1"
(big eyes on OPTIONS)
and for this the access log just gives me a 200:
..."OPTIONS /Microsoft-Server-ActiveSync HTTP/1.1" 200 -
But nothing else happened. So I put in rpc.php as first cmd
system("touch /tmp/I-was-there");
...and I got the information: I never was there(!)
So I played around with all redirect and alias settings from our wiki
(Continue reading)
RSS Feed