2012-03-26 41 views
6

Tôi đang cố gắn một thư mục SharePoint (nằm trên máy chủ Windows) trên máy Ubuntu của tôi bằng davfs2. Tôi nhận được lỗi "Đã ngắt kết nối an toàn". Sau đây là những gì tôi làm và đầu ra (với một số thiếu sót):Gắn kết chia sẻ webdav bằng davfs2

$ 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 

Có ai có ý tưởng gì có thể gây ra vấn đề này và cách giải quyết nó? Sẽ đánh giá cao sự giúp đỡ của bạn. Cảm ơn.

+0

ai cũng có thể giúp chúng tôi sửa lỗi này? Tôi cũng nhận được lỗi tương tự ..! – Dharmavir

+0

@Dharmavir có lẽ sau đó là ý kiến ​​hay để bỏ phiếu, có thể điều đó giúp bạn thấy rõ hơn. –

+0

Đã làm chút của tôi về nó. Bạn có thể tìm giải pháp cho vấn đề này không? – Dharmavir

Trả lời

2

Tôi cần thêm tùy chọn -o_netdev vào lệnh gắn kết. Điều này đã khắc phục lỗi "Đã ngắt kết nối an toàn" cho tôi, hầu hết các lần. ; ^)