【问题标题】:Mounting webdav shares using davfs2使用 davfs2 挂载 webdav 共享
【发布时间】:2012-03-26 11:28:19
【问题描述】:

我正在尝试使用 davfs2 在我的 Ubuntu 机器上挂载一个 SharePoint 目录(位于 Windows 服务器上)。我收到“安全连接被截断”错误。以下是我所做的和输出(有一些遗漏):

$ 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

有没有人知道可能导致此问题的原因以及如何解决?将感谢您的帮助。谢谢。

【问题讨论】:

  • 谁能帮我们解决这个问题?我也遇到同样的错误..!
  • @Dharmavir 也许投票支持它是个好主意,也许这有助于使其更加可见。
  • 尽我所能。你能找到解决这个问题的方法吗?
  • 谢谢。不,我没有,我只是放弃了:)

标签: linux sharepoint webdav mount


【解决方案1】:

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

【讨论】:

    【解决方案2】:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-07-14
      相关资源
      最近更新 更多