Hi,
I was trying to mount an windows server using below command:
/usr/bin/httpfs2-ssl -a /home/windows.crt https://Administrator:Welcome123@10.10.10.10/fileshare/windows.iso /home/mountdav/
But each time I am getting the bellow error:
RB: Have 5 bytes into buffer. Adding 64 bytes.
RB: Requested 69 bytes
REC[0x19e8ca0]: Decrypted Packet[1] Handshake(22) with length: 4
ASSERT: gnutls_record.c:1056
/usr/bin/httpfs2-ssl: main: read: -37 Rehandshake was requested by the peer..
/usr/bin/httpfs2-ssl: main: exchange: failed receving reply from server: 5 Input/output error.
But the same is working for linux file share. Any help?