rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Mirth CSTORE over TLS only supports TLS v1 #4328

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

Because Mirth is still using the 2.x branch of dcm4che it only supports TLS version 1. TLS version 1 may not be secure and has been depreciated for some time now.

Solution upgrade to dcm4che v5.x which supports modern TLS versions.

Imported Issue. Original Details: Jira Issue Key: MIRTH-4473 Reporter: devinsoares Created: 2019-11-08T14:01:35.000-0800

rbeckman-nextgen commented 4 years ago

Direction provided by NEMA group

ftp://medical.nema.org/medical/Dicom/final/sup204_ft_TLS-Security-Profiles.pdf

Imported Comment. Original Details: Author: devinsoares Created: 2019-11-08T14:32:19.000-0800

rbeckman-nextgen commented 4 years ago

Looks like newer versions of DCM4che are disabling TLSv1 by default https://github.com/dcm4che/dcm4che/issues/584

Imported Comment. Original Details: Author: devinsoares Created: 2019-12-16T07:36:10.000-0800