changeset 757:980ffad93dc5

remark about Debian Buster and DICOM TLS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Aug 2021 13:49:30 +0200
parents 9484a3c65136
children 77496fd36a96
files Sphinx/source/faq/dicom-tls.rst
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
+<https://forum.dcmtk.org/viewtopic.php?t=5073>`__, 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
 --------