2012-03-26 16 views
6

Estoy intentando montar un directorio de SharePoint (ubicado en un servidor de Windows) en mi máquina Ubuntu usando davfs2. Aparece el error "Conexión segura truncada". Lo que sigue es lo que hago y la salida (con algunas omisiones):Montaje de webdav shares 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 

Alguien tiene una idea de lo que puede causar este problema y cómo solucionarlo? Apreciará su ayuda Gracias.

+0

¿alguien puede ayudarnos a solucionar esto? ¡Estoy recibiendo el mismo error también ...! – Dharmavir

+0

@Dharmavir quizás sea una buena idea votarlo, quizás eso ayude a hacerlo más visible. –

+0

Hice mi parte. ¿Pudo encontrar la solución a este problema? – Dharmavir

Respuesta

2

Necesitaba agregar la opción -o_netdev al comando de montaje. Esto solucionó el error "Conexión segura truncada" para mí, la mayoría de las veces. ; ^)