首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用davfs2挂载webdav共享

使用davfs2挂载webdav共享
EN

Stack Overflow用户
提问于 2012-03-26 19:28:19
回答 2查看 12.3K关注 0票数 6

我正在尝试使用davfs2在我的Ubuntu机器上挂载一个SharePoint目录(位于Windows服务器上)。我收到"Secure connection truncated“错误。以下是我所做的工作和输出(有一些遗漏):

代码语言:javascript
复制
$ sudo mount -t davfs 'https://<server_url>' /mnt/<mount_directory>/
Please enter the username to authenticate with server
  Username: <username>
Please enter the password to authenticate user <username> with server
  Password: <password>
/sbin/mount.davfs: the server certificate is not trusted
  issuer:      <issuer>
  subject:     <subject>
  identity:    <identity>
  fingerprint: <fingerprint>
You only should accept this certificate, if you can
verify the fingerprint! The server might be faked
or there might be a man-in-the-middle-attack.
Accept certificate for this session? [y,N] y
/sbin/mount.davfs: Mounting failed.
Could not read status line: Secure connection truncated

有没有人知道可能导致这个问题的原因以及如何解决它?会很感谢你的帮助。谢谢。

EN

回答 2

Stack Overflow用户

发布于 2013-10-23 23:55:12

我需要将-o_netdev选项添加到装载命令中。这在大多数情况下为我修复了“安全连接截断”的错误。;^)

票数 2
EN

Stack Overflow用户

发布于 2012-10-24 13:22:58

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9871270

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档