dav/config.c

changeset 806
673a803d2203
parent 798
d7f5067a27ce
--- a/dav/config.c	Thu Feb 01 10:41:39 2024 +0100
+++ b/dav/config.c	Tue Feb 06 13:29:31 2024 +0100
@@ -569,7 +569,8 @@
     
     sn->flags = dav_repository_get_flags(repo);
     sn->key = dav_context_get_key(ctx, repo->default_key.value.ptr);
-    curl_easy_setopt(sn->handle, CURLOPT_HTTPAUTH, repo->authmethods);
+    // TODO: reactivate
+    //curl_easy_setopt(sn->handle, CURLOPT_HTTPAUTH, repo->authmethods);
     curl_easy_setopt(sn->handle, CURLOPT_SSLVERSION, repo->ssl_version);
     if(repo->cert.value.ptr) {
         curl_easy_setopt(sn->handle, CURLOPT_CAINFO, repo->cert.value.ptr);

mercurial