Cannot Acces files Socket Permission error

What is the problem you are having with rclone?

I cannot access my Files at all.

What is your rclone version (output from rclone version)

rclone v1.53.1

  • os/arch: windows/amd64
  • go version: go1.15

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10

Which cloud storage system are you using? (eg Google Drive)

WebDav for Nextcloud

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone lsf crypt:Backup

The rclone config contents with secrets removed.

--------------------
[crypt]
type = crypt
remote = nextcloud:
directory_name_encryption = false
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***
--------------------
--------------------
[nextcloud]
type = webdav
url = https://xxx.your-storageshare.de/remote.php/dav/files/user/
vendor = nextcloud
user = xxx
pass = *** ENCRYPTED ***
--------------------

A log from the command with the -vv flag

2020/09/30 11:39:17 DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "lsf" "-vvv" "crypt:Backup"]
2020/09/30 11:39:17 DEBUG : Using config file from "C:\\Users\\user\\.config\\rclone\\rclone.conf"
2020/09/30 11:39:17 DEBUG : Creating backend with remote "crypt:Backup"
2020/09/30 11:39:17 DEBUG : Creating backend with remote "nextcloud:/vjg8olfi9mui4q9vm9jg4er4n4"
2020/09/30 11:39:17 DEBUG : Creating backend with remote "nextcloud:/Backup"
2020/09/30 11:39:17 Failed to create file system for "crypt:Backup": failed to make remote "nextcloud:" to wrap: read metadata failed: Propfind "https://xxx.your-storageshare.de/remote.php/dav/files/xxx/Backup": dial tcp 46.4.xxx.xxx:443: connectex: Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig.

That error looks like you have a firewall or other device blocking your connection as I think that translates to times out or refused?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.