www.delorie.com/archives/browse.cgi | search |
DMARC-Filter: | OpenDMARC Filter v1.4.2 delorie.com 51MBOrKc1373854 |
Authentication-Results: | delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com |
Authentication-Results: | delorie.com; spf=pass smtp.mailfrom=cygwin.com |
DKIM-Filter: | OpenDKIM Filter v2.11.0 delorie.com 51MBOrKc1373854 |
Authentication-Results: | delorie.com; |
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=EKTVNmTD | |
X-Recipient: | archive-cygwin AT delorie DOT com |
DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org AC3893858D26 |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; |
s=default; t=1740223491; | |
bh=ZgqyUNoXun5Dl0/Ppcl9zcVMk3nkpMoZV6Zw3wG7PLE=; | |
h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: | |
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | |
From; | |
b=EKTVNmTDjxjrzKvnxiHfFPExgpN1/UgLCvhYH73+tRqyUNuPY2ta7BDPXALqmVTBJ | |
vxYKxptfKW5U1ZRXVyDnsSt0vrA6SD6wRNuOCtujROQhYVB10p6M2ORS2rva3LUX0j | |
J0Ss/UOXwzhQIOZie4/cWDONs9IxShO3NqsOJsl4= | |
X-Original-To: | cygwin AT cygwin DOT com |
Delivered-To: | cygwin AT cygwin DOT com |
DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org D7E3A3858D26 |
Date: | Sat, 22 Feb 2025 12:23:47 +0100 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: UNC path for WebDAV with cd '\\webdavsrv AT SSL\path' or cd |
'\\webdavsrv AT 23456\path' will not work | |
Message-ID: | <Z7mzw-dglC1SAzzd@calimero.vinschen.de> |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <CALXu0UdHbasuyBiVZveyvJ1+K168QKBu0wn_cEVG8z+zfqQQeg AT mail DOT gmail DOT com> |
<CAPJSo4XR+vG=RLrOwdo=TsVhLj+qRhDdu0CFrnDZn4Z0oSoqhQ AT mail DOT gmail DOT com> | |
<Z7dgP35hc_jd_dK7 AT calimero DOT vinschen DOT de> | |
<CAPJSo4WrUzuGyTzz=Pp8oPnnbcawLNGZBb5dCE67AazVh8B2bA AT mail DOT gmail DOT com> | |
<Z7eSVamMjrs5XsBm AT calimero DOT vinschen DOT de> | |
<CANH4o6NW7NnygLoRgWmMMV7qY4UwK6vKnVKCRX2u=9MCWhdMdg AT mail DOT gmail DOT com> | |
<Z7hVWK1_pzYrIzBG AT calimero DOT vinschen DOT de> | |
<CANH4o6Nk9zh0wGLqSwO+HomTguNamcxTV8JcYrR0ZvJBTfL8+A AT mail DOT gmail DOT com> | |
<Z7jrVlkQJz6DDTcu AT calimero DOT vinschen DOT de> | |
<CALXu0UceRhs9VocX3UScSVSjcac+5k-tPeNSawf7F4iWgjkQMw AT mail DOT gmail DOT com> | |
MIME-Version: | 1.0 |
In-Reply-To: | <CALXu0UceRhs9VocX3UScSVSjcac+5k-tPeNSawf7F4iWgjkQMw@mail.gmail.com> |
X-BeenThere: | cygwin AT cygwin DOT com |
X-Mailman-Version: | 2.1.30 |
List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
List-Unsubscribe: | <https://cygwin.com/mailman/options/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> | |
List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
From: | Corinna Vinschen via Cygwin <cygwin AT cygwin DOT com> |
Reply-To: | cygwin AT cygwin DOT com |
Cc: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
Errors-To: | cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com |
Sender: | "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com> |
On Feb 22 08:35, Cedric Blancher via Cygwin wrote: > On Fri, 21 Feb 2025 at 22:09, Corinna Vinschen via Cygwin > <cygwin AT cygwin DOT com> wrote: > > On Feb 21 12:50, Martin Wege via Cygwin wrote: > > > Full command line, please. > > > > Turns out, this wasn't working because I hadn't installed the CA > > certificate for the nextcloud instance. The browser let me access the > > cloud instance nevertheless, but with net use... > > > > $ net use https://cloud.somedomain/remote.php/dav/files/corinna \ > > /user:corinna somepassword > > System error 1244 has occurred. > > > > As soon as I installed the certificate it started working! > > > > $ net use https://cloud.somedomain/remote.php/dav/files/corinna \ > > /user:corinna somepassword > > The command completed successfully. > > > > And it started working in Cygwin with the patch removing the at-sign > > prior to calling GetAddrInfoW: > > > > $ ls -l // | grep cloud > > dr-xr-xr-x 1 corinna vinschen 0 Feb 21 21:41 cloud01 DOT somedomain AT ssl > > > > $ cd //cloud DOT somedomain AT ssl/remote.php/dav/files/corinna > > $ ls | head -1 > > Backup Musik 'Reasons to use Nextcloud.pdf' > > > > > *PLEASE* push the patch to cut off the L'@' > > > > Now that it works for me and I could actually test it, done. This will > > be in test release 3.6.0-0.387.g8cebbb2b42bf. > > Please add this patch to the cygwin-3.5-branch too. Apart from the fact that we won't do YA 3.5 release, that's not possible. The netdrive code in 3.6 changed considerably, now using the Network Discovery Protocol, rather than the SMBv1 ABI. Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |