summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-12-16 16:06:26 +0000
committerGravatar admin <admin@branchable.com>2013-12-16 16:06:26 +0000
commit2abfd724021bfe73f17d8c97ce98186db224abc4 (patch)
tree7f2ad0775a43fc9219ce657b520253a9292d5018
parentdbb3d11d3b23fb97da9bb6305524f22d339ce15d (diff)
Added a comment
-rw-r--r--doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error/comment_1_2c54c57f456e4570666fd7a5731dcd27._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error/comment_1_2c54c57f456e4570666fd7a5731dcd27._comment b/doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error/comment_1_2c54c57f456e4570666fd7a5731dcd27._comment
new file mode 100644
index 000000000..cf649c1dd
--- /dev/null
+++ b/doc/bugs/git-annex:_WebDAV_failed_to_write_file:_TlsNotSupported:_user_error/comment_1_2c54c57f456e4570666fd7a5731dcd27._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.87"
+ subject="comment 1"
+ date="2013-12-16T16:06:26Z"
+ content="""
+Tested this with the Debian build and it works ok.
+
+TlsNotSupported is a new exception thrown by http-client, which is a very new library. Using an older version of http-conduit should avoid whatever the bug is.
+Probably something to do with http-conduit not using http-client-tls, so http-client is left with no way to handle TLS connections.
+"""]]