aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://olivier.mehani.name/ <olivier-mehani@web>2014-11-05 22:57:21 +0000
committerGravatar admin <admin@branchable.com>2014-11-05 22:57:21 +0000
commitf31a6aadb59483ee01e6b1b61ef7fbbfab70402c (patch)
tree59bd7c3574c23cdcfadbfc49237c8e583a06f440
parentf9521d65d6498fe61703f83febc7536fe5890515 (diff)
Added a comment
-rw-r--r--doc/special_remotes/webdav/comment_14_45e3b7094d0611b2e082be352f74151a._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/special_remotes/webdav/comment_14_45e3b7094d0611b2e082be352f74151a._comment b/doc/special_remotes/webdav/comment_14_45e3b7094d0611b2e082be352f74151a._comment
new file mode 100644
index 000000000..c7c2aafb0
--- /dev/null
+++ b/doc/special_remotes/webdav/comment_14_45e3b7094d0611b2e082be352f74151a._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://olivier.mehani.name/"
+ nickname="olivier-mehani"
+ subject="comment 14"
+ date="2014-11-05T22:57:21Z"
+ content="""
+I have a similar problem to Maarten's, with some potential differences:
+* The WebDAV server is actually an ownCloud 7 instance;
+* The WebDAV server's SSL cert is issued by CAcert (whose root keys are otherwise installed on my system);
+* The cetificate lists the WebDAV VHost's name as an Subject Alt Name rather than its Common Name.
+
+ $ WEBDAV_USERNAME=shtrom WEBDAV_PASSWORD=correcthorsebatterystaple git annex initremote owncloud type=webdav url=https://owncloud/remote.php/webdav/annexdav chunk=10mb encryption=none
+ initremote owncloud (testing WebDAV server...)
+ git-annex: WebDAV failed to write file: TlsException (HandshakeFailed (Error_Protocol (\"certificate rejected: [NameMismatch \\"owncloud\\"]\",True,CertificateUnknown))): user error
+failed
+ git-annex: initremote: 1 failed
+
+"""]]