2012-03-26 11 views
6

Sto provando a montare una directory di SharePoint (situata su un server Windows) sulla mia macchina Ubuntu usando davfs2. Ottengo l'errore "Connessione protetta troncata". In seguito è quello che faccio e l'uscita (con alcune omissioni):Montaggio webdav condivisioni usando 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 

Qualcuno ha un'idea di cosa può causare questo problema e come risolverlo? Apprezzerà il vostro aiuto Grazie.

+0

qualcuno può aiutarci a risolvere questo problema? Sto ottenendo lo stesso errore anche ..! – Dharmavir

+0

@Dharmavir forse allora è una buona idea votarlo, forse questo aiuta a renderlo più visibile. –

+0

Ho fatto un po 'di cosa. Sei riuscito a trovare una soluzione a questo problema? – Dharmavir

risposta

2

Avevo bisogno di aggiungere l'opzione -o_netdev al comando mount. Ciò ha risolto l'errore "Connessione protetta troncata" per me, la maggior parte delle volte. ; ^)