diff NEWS @ 5598:317850cd46bc

fix DicomTlsTrustedCertificates configuration that should not be mandatory if DicomTlsRemoteCertificateRequired is false
author Alain Mazy <am@orthanc.team>
date Tue, 07 May 2024 19:20:01 +0200
parents 823aae1ea72a
children aafe402ec950 b2a97dfd719f
line wrap: on
line diff
--- a/NEWS	Fri May 03 13:58:28 2024 +0200
+++ b/NEWS	Tue May 07 19:20:01 2024 +0200
@@ -16,6 +16,12 @@
 * Removed potential PHI from the logs when Orthanc encounters an error while
   creating a zip file.
 
+Bug Fixes
+---------
+
+* When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
+  Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
+
 
 REST API
 --------