Webdav Mounting on ubuntu 14.04?

Hi,
I was wondering if someone can assit me on the issue im having. Currently having Nextcloud working great. Now i want to backup a few folders an another machine which im trying to mount the Webdav
These are the steps i took on another VM running 14.04

   sudo apt install ca-certificates
   sudo apt install davfs2
   sudo mkdir /mnt/myname
  sudo usermod -aG davfs2 $USER

then i would try to mount the webdav but im getting this error

my mount command:

  mount -t davfs https://cloud.mydomain.com/remote.php/webdav /mnt/myname

but then i would get this error

    /sbin/mount.davfs: Mounting failed.
SSL handshake failed: SSL alert received: Handshake failed

I was looking around and saw that people fixed the issue by libneon 30.1 but had no luck on installing it any other ideas?

Thank you