2012-03-26 6 views
6

davfs2を使用して私のUbuntuマシンにSharePointディレクトリ(Windowsサーバー上にある)をマウントしようとしています。私は、 "セキュア接続切断"エラーを取得します。私は何をして(一部省略あり)出力を次に示します。davfs2を使用してwebdav共有をマウント

$ 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 

は、誰もがこの問題とどのようにそれを解決するためにを引き起こす可能性がどのような考えを持っていますか?あなたの助けに感謝します。ありがとう。

+0

誰でもこの問題を解決するのに役立ちますか?私も同じエラーが発生している..! – Dharmavir

+0

@Dharmavir多分、それを投票することは良い考えです。多分それを見えるようにするのに役立ちます。 –

+0

私のそれをしました。あなたはこの問題の解決策を見つけられましたか? – Dharmavir

答えて

2

-o_netdevオプションをmountコマンドに追加する必要がありました。これは、ほとんどの時、私のために "Secure connection truncated"エラーを修正しました。 ; ^)

関連する問題