The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Syncing
FAQ Members List Calendar Today's Posts

 
Throw us a sync'ing bone Thread Tools Search this Thread Display Modes
Quote:
Originally Posted by Ken Case View Post
We're also investigating how we might be able to provide direct Wi-Fi sync between iPhone and Mac over the air without involving a separate server. Hopefully we'll be able to provide that in a free update within the next few months.
Freaking Yay!!! Hope it's before my 2 months .me trial ends. (Rather 57 days and counting actually) :)

Thanks Ken!
 
Quote:
Originally Posted by lhotka View Post
How did you get it working with Digest? Mine fails completely unless it's set to basic.

Hi all,

I just got 3-way syncing (ie., desktop webdav server, laptop & iPhone) to work using Digest authentication.

Now i can get on with my highly 'focused' (not) life.

If anyone's still interested, the critical things that made it work are given below.

Cheers,

Matt



1) Set up apache and webdav (OS X 10.4) according to Manas Tungare's awesome instructions here (including the 10.4-specific instruction in the Comments section below the main article):
http://manas.tungare.name/blog/howto...cus-to-iphone/

2) In /etc/httpd/httpd-dav.conf, I have the authentication block set up like this:

AuthType Digest
AuthName WebDAV-DigestRealm
AuthUserFile "/usr/webdav.digest.passwd"

3) IMPORTANT:
I have the <LimitExcept> field set up like this:

<LimitExcept GET PUT OPTIONS MOVE PROPFIND>
require user USERNAME
</LimitExcept>

It *didn't* work until I added PUT (and Basic didn't work for me without PROPFIND)

4) i set up the password file to match the above, using:
sudo htdigest -c /usr/webdav.digest.passwd "WebDAV-DigestRealm" USERNAME


5) I also had to specify the ServerName in /etc/httpd/httpd.conf:
ServerName my.server.edu


6) Finally, it helped to clear the old Basic authentication info on each device, e.g., by deleting the entry from Keychain, or Unregistering in OF Sync prefs.
 
Hey, thanks for sussing that out and sharing the details!
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Secure Sync'ing with OmniFocus (OSX 10.8) turbo OmniFocus Syncing 1 2013-03-07 03:21 PM
Sync'ing and the new MobileMe calendar roger_cavanagh OmniFocus for iPad 3 2010-08-11 06:19 PM


All times are GMT -8. The time now is 05:25 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.