Replies: 1 comment 1 reply
-
WebDAV servers have to know their URL because they use it internally and for WebDAV responses. You can't tunnel them to other ports easily. The server will refer to itself as :443 and then clients trust this reference. For details, I'd have to see the logs. I suggest to use a real VPN (and then use the correct host name in DAVx5) if you want VPN functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use SSH tunneling from my device to the server.
The tunnel redirects a certain high port from localhost into port 443 on the server.
However, when I try to specify a port number using the normal convention (https://localhost:34000 ... ) the service is not found. The log seems to suggest that the application tries port 443 (on localhost) anyway.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions