Hi,
I'm trying to publish a calendar to my server using WebDAV, but I get the following message:
Authentication with server failed (http://username@server/Calendar.ics). Please check your login and password information.
Checking the Apache access log, I can see:
x.x.x.x - - [18/Nov/2007:16:18:47 +0100] "PUT /Calendar.ics HTTP/1.1" 401 547 "-" "DAVKit/2.0 (10.5.1; wrbt) iCal 3.0.1"
This means that iCal didn't send a username (since the third column is "-") and got a 401 forbidden response.
iCal should, to the best of my knowledge, either:
a) send credentials immediately,
b) connect without credentials, and only send them after it gets a 401.
This is happening on OS X 10.5.1.
I have not used iCal publishing before, so I'm not sure if Tiger would have worked, but connecting to the "share" using Camino, IE (on Windows) and mounting it on OS X work flawlessly, so I presume my server is OK.
Also, publishing to iCal Exchange doesn't work either, so that's another reason to think that the problem is with iCal.
Any ideas?
Regards,
Jaka
I'm trying to publish a calendar to my server using WebDAV, but I get the following message:
Authentication with server failed (http://username@server/Calendar.ics). Please check your login and password information.
Checking the Apache access log, I can see:
x.x.x.x - - [18/Nov/2007:16:18:47 +0100] "PUT /Calendar.ics HTTP/1.1" 401 547 "-" "DAVKit/2.0 (10.5.1; wrbt) iCal 3.0.1"
This means that iCal didn't send a username (since the third column is "-") and got a 401 forbidden response.
iCal should, to the best of my knowledge, either:
a) send credentials immediately,
b) connect without credentials, and only send them after it gets a 401.
This is happening on OS X 10.5.1.
I have not used iCal publishing before, so I'm not sure if Tiger would have worked, but connecting to the "share" using Camino, IE (on Windows) and mounting it on OS X work flawlessly, so I presume my server is OK.
Also, publishing to iCal Exchange doesn't work either, so that's another reason to think that the problem is with iCal.
Any ideas?
Regards,
Jaka