Sandbox2
Jump to navigation
Jump to search
Hi, Am using Radicale 0.7-1.1 on Ubuntu 13.04 x64 with iPhone 4 with iOs 6.1.3
addressbook.vcf ok in Thunderbird/Sogo
I can get it this close to working but no further. I am using it over SSL with httpd on port 8443, htpasswd (crypt) and debug logging as only non default options set.
2013-08-10 12:44:45,229 - INFO: PROPFIND request at /rfm6/addressbook.vcf/ received
2013-08-10 12:44:45,230 - DEBUG: Request headers:
{'CONTENT_LENGTH': '181',
'CONTENT_TYPE': 'text/xml',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': '*/*',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-us',
'HTTP_AUTHORIZATION': 'Basic cmZtNjpXaHVkIXAwNw==',
'HTTP_BRIEF': 't',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'webmail.xxxxxxxxxx.com:8443',
'HTTP_USER_AGENT': 'iOS/6.1.3 (10B329) Preferences/1.0',
'PATH_INFO': '/rfm6/addressbook.vcf/',
'QUERY_STRING': '',
'REMOTE_ADDR': 'xx.xxx.xxx.xxx',
'REMOTE_HOST': 'host-xx-xxx-xxx-xxx.as13285.net',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'ubuntu.xxxxxxxxxx.com',
'SERVER_PORT': '8443',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.4',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0xb6e0b128>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0xb6f70e9c>,
'wsgi.input': <socket._fileobject object at 0xb6e77f2c>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2013-08-10 12:44:45,230 - DEBUG: Sanitized path: /rfm6/addressbook.vcf/
2013-08-10 12:44:45,234 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?>
<A:propfind xmlns:A="DAV:">
<A:prop>
<A:current-user-principal/>
<A:principal-URL/>
<A:resourcetype/>
</A:prop>
</A:propfind>
2013-08-10 12:44:45,234 - INFO: Checking rights for collection owned by rfm6
2013-08-10 12:44:45,234 - INFO: rfm6 allowed
2013-08-10 12:44:45,236 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<response>
<href>/rfm6/addressbook.vcf/</href>
<propstat>
<prop>
<current-user-principal>
<href>/rfm6/</href>
</current-user-principal>
<principal-URL>
<href>/rfm6/addressbook.vcf/</href>
</principal-URL>
<resourcetype>
<C:addressbook />
<collection />
</resourcetype>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2013-08-10 12:44:45,236 - DEBUG: Answer status: 207 Unknown
(nothing after this)
It is missing CS:getctag ? (sorry I only tried setting this up for first time yesterday and still getting my head round it)