I am using Orthanc with DICOM over TLS enabled to securely communicate with external clients like medical imaging devices and diagnostic tools.
Use Case:
- My DICOM app (e.g., Vscan) is able to connect over TLS.
- However, an ultrasound machine fails to connect using TLS, likely due to incompatible cipher suites or protocol negotiation failures.
- I would like to control TLS parameters to debug and support secure connections from a variety of medical equipment.