Download file transformation: Ignore expired remote certificate?

I am trying to download XML manifest files from a system that we are about to decommission in order to be able to import them to the new system. Unfortunately, the certificate on the old system has already expired and is not to be updated by the system owner.
Is there any way I can “convince” Easymorph to ignore the exired certificate and download the files?

Probably, not. You can try using an external utility (e.g. curl or wget) for downloading the file with disabled certificate check, and run it from EasyMorph using the "Run program" transformation.

Thanks a lot for your answer. I should be able to make that work now.