2012-03-26 10 views
6

Próbuję zamontować katalog SharePoint (znajdujący się na serwerze Windows) na moim komputerze z systemem Ubuntu przy użyciu davfs2. Otrzymuję błąd "Bezpieczne połączenie skrócone". Oto co robię i wyjście (z pewnymi opuszczeń):Montowanie udziałów Webdav przy użyciu 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 

Czy ktoś ma pomysł co może być przyczyną tego problemu i jak go rozwiązać? Doceniam twoją pomoc. Dzięki.

+0

może ktoś pomóc nam to naprawić? Dostaję też ten sam błąd ...! – Dharmavir

+0

@Dharmavir może wtedy dobrze jest zagłosować, może to pomoże uczynić go bardziej widocznym. –

+0

Zrobiłem to trochę. Czy byłeś w stanie znaleźć rozwiązanie tego problemu? – Dharmavir

Odpowiedz

2

Musiałem dodać opcję -o_netdev z poleceniem mount. Naprawiono błąd "Bezpieczne połączenie skrócone" dla mnie, przez większość czasu. ; ^)