Add option to turn off https support to solve CMake SSL woes
This MR adds a THIRDPARTY_USE_SSL
option to enable/disable HTTPS support and fix #22 (closed), since some versions of CMake (including compute nodes and cx2 at least) are not compiled with SSL support, causing obtuse failures. The default is set to off to allow the greater range of systems to work out of the box.