diff options
author | https://www.google.com/accounts/o8/id?id=AItOawleVyKk2kQsB_HgEdS7w1s0BmgRGy1aay0 <Milan@web> | 2013-12-16 13:43:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-16 13:43:57 +0000 |
commit | d49875201ef0122a03e1ac621300adf022346f4f (patch) | |
tree | 87e05dce3e0a12a93705364bd40a05c59dc8be62 | |
parent | 965fba28e8551ee49fd97cbde27fa606aaf5663c (diff) |
-rw-r--r-- | doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error.mdwn | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error.mdwn b/doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error.mdwn new file mode 100644 index 000000000..12fac38d1 --- /dev/null +++ b/doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. +$ WEBDAV_USERNAME=xxx@gmail.com WEBDAV_PASSWORD=xxx git annex initremote box.com type=webdav url=https://dav.box.com/dav/git-annex-Pictures chunksize=75mb encryption=shared +initremote box.com (encryption setup) (shared cipher) (testing WebDAV server...) + +git-annex: WebDAV failed to write file: TlsNotSupported: user error +failed +git-annex: initremote: 1 failed + + +### What steps will reproduce the problem? +Compiled with cabal. + +### What version of git-annex are you using? On what operating system? +git-annex version: 5.20131213 +build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web webdav glacier hook +local repository version: 3 +default repository version: 3 +supported repository versions: 3 5 +upgrade supported from repository versions: 0 1 2 4 + +ArchLinux + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] |