I am using FileUtils.copyURLToFile to copy a url into a local file. The URL is using https. It worked perfectly fine until they changed the SSL version.
Is there a way to specify the SSL version with the apache commons.io? eg something like in this question but allowing me to keep using FileUtils.copyURLToFile.