# HG changeset patch # User Sebastien Jodogne # Date 1629719370 -7200 # Node ID 980ffad93dc5d5ac9731b84ffdf47fa6d4a0520b # Parent 9484a3c651367c93bd911e8beea74c993ffb7c8d remark about Debian Buster and DICOM TLS diff -r 9484a3c65136 -r 980ffad93dc5 Sphinx/source/faq/dicom-tls.rst --- a/Sphinx/source/faq/dicom-tls.rst Mon Aug 23 10:38:20 2021 +0200 +++ b/Sphinx/source/faq/dicom-tls.rst Mon Aug 23 13:49:30 2021 +0200 @@ -82,6 +82,16 @@ **Remark 2:** Orthanc SCU and Orthanc SCP share the same set of trusted certificates. +**Important:** `DCMTK 3.6.4 seems to have an issue with DICOM TLS +`__, which produces the +errors ``DUL secure transport layer: no suitable signature algorithm`` +(in the DICOM SCP) and ``DUL secure transport layer: sslv3 alert +handshake failure`` (in the DICOM SCU). Make sure to use either DCMTK +3.6.2 or DCMTK 3.6.6. In particular, Debian Buster (10) will use DCMTK +3.6.4 and should be avoided in non-static builds of Orthanc, or if +using the DCMTK command-line tools. + + Examples --------