CLIFF not installing
Thanks for providing this great tool. I'm having some issues though with tomcat returning error 404 "this resource is not available" when trying out the test URL. I believe the issue lies in CLIFF not installing correctly on the VM (see code below) and hence it doesn't appear as an application in tomcat. Any help is greatly appreciated!
Here is where I think the problem is occurring in thecode:
default: Download CLIFF
default: --2019-11-28 09:49:27-- https://github.com/c4fcm/CLIFF/releases/download/v2.3.0/cliff-2.3.0.war
default: Resolving github.com (github.com)...
default: 140.82.118.3
default: Connecting to github.com (github.com)|140.82.118.3|:443...
default: connected.
default: OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
default: Unable to establish SSL connection.
default: mv:
default: cannot stat `/home/vagrant/cliff-2.3.0.war'
default: : No such file or directory
And here is a screen grab:

Cheers
- this is with the mitmedialab fork but I get the same issue with the original.
A workaround was to manually download cliff and use vagrant scp to transfer it to the VM.
@BiodiverCD were you able to get the link after your workaround? if so, could you explain your step in a bit more detail? Much appreciated, thanks!
@harpriyabagri Last year I managed to download the newest cliff.war directly from their website and then use the scp copy command (more info online) to transfer it from my operating system onto the virtual machine - and then unzip it and make sure it's in the right place. It worked last year but when I tried to recreate it earlier this year I couldn't get CLIFF to work by any means... Sorry I can't be of more help!