[Owncloud] Problem to sync Contacts and Calendar via IPhone 5
Christian Pfarr
webmaster at itnoobz.org
Tue Mar 26 06:52:17 UTC 2013
Hello Owncloud Community,
maybe you could help me with a Problem.
I just updated my Owncloud Server to version 5.0.0
Everytime i try to connect via my iPhone 5 (Version 6.1.3) i get the Answer
"Connection over SSL impossible"
I don't want to use owncloud without ssl, because I'm using "Unix user Backend" nevertheless it won't work without ssl over port 80.
It tells me:
"CardDAV-Account Check failed"
What could be the Problem? Did i make a mistake at the apache2 configuration?
my Config-File:
$CONFIG = array (
'passwordsalt' => '',
'datadirectory' => '/var/lib/owncloud/data',
'dbtype' => 'mysql',
'version' => '5.0.0',
'dbname' => '',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => '',
'dbpassword' => '',
'installed' => true,
'maxZipInputSize' => '0',
'allowZipDownload' => true,
'instanceid' => '5077d1dc24760',
'versions' => 'true',
'loglevel' => '0',
'maintenance' => false,
'forcessl' => true,
);
I saved the Access to the Owncloud url via RewriteRules:
RewriteEngine on
RewriteRule ^/owncloud(.*)$ https://%{SERVER_NAME}/owncloud$1 [L,R]
Apache Log while trying to connect via iPhone:
itnoobz.org:443 84.160.79.101 - christian [26/Mar/2013:07:31:33 +0100] "PROPFIND /owncloud/remote.php/carddav/addressbooks/christian/contacts/.well-known/carddav HTTP/1.1" 404 1179 "-" "iOS/6.1.3 (10B329) Preferences/1.0"
itnoobz.org:443 84.160.79.101 - - [26/Mar/2013:07:31:33 +0100] "PROPFIND /owncloud/remote.php/carddav/addressbooks/christian/contacts/ HTTP/1.1" 401 1018 "-" "iOS/6.1.3 (10B329) Preferences/1.0"
itnoobz.org:443 84.160.79.101 - christian [26/Mar/2013:07:31:33 +0100] "PROPFIND /owncloud/remote.php/carddav/addressbooks/christian/contacts/ HTTP/1.1" 207 1579 "-" "iOS/6.1.3 (10B329) Preferences/1.0"
itnoobz.org:443 84.160.79.101 - christian [26/Mar/2013:07:31:34 +0100] "OPTIONS /owncloud/remote.php/carddav/addressbooks/christian/contacts/owncloud/remote.php/carddav/principals/christian/ HTTP/1.1" 200 580 "-" "iOS/6.1.3 (10B329) Preferences/1.0"
itnoobz.org:443 84.160.79.101 - christian [26/Mar/2013:07:31:34 +0100] "PROPFIND /owncloud/remote.php/carddav/addressbooks/christian/contacts/principals/ HTTP/1.1" 404 1002 "-" "iOS/6.1.3 (10B329) Preferences/1.0"
if i put the url itnoobz.org/owncloud/remote.php/carddav/addressbooks/christian/contacts/ in my browser, after the login i have access to SabreDAV 1.7.5-stable
everything else work fine.
---
Freundliche Grüße
Webmaster von ITNoobz (Christian Pfarr)
E-Mail: webmaster at itnoobz.org
Internet: http://www.itnoobz.org
Hinweis:
Diese E-Mail und/oder die Anhänge sind vertraulich und ausschließlich für den bezeichneten Adressaten bestimmt. Die Weitergabe oder Kopieren dieser E-Mail ist strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte unverzüglich den Absender und vernichten Sie die Nachricht und alle Anhänge.
Vielen Dank.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20130326/522836ca/attachment.html>
More information about the Owncloud
mailing list