comparison 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
comparison
equal deleted inserted replaced
5585:5df6d2a8d9f2 5598:317850cd46bc
13 * The 0x0111 DIMSE Status is now considered as a warning instead of an error 13 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
14 when received as a response to a C-Store. 14 when received as a response to a C-Store.
15 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3 15 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
16 * Removed potential PHI from the logs when Orthanc encounters an error while 16 * Removed potential PHI from the logs when Orthanc encounters an error while
17 creating a zip file. 17 creating a zip file.
18
19 Bug Fixes
20 ---------
21
22 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
23 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
18 24
19 25
20 REST API 26 REST API
21 -------- 27 --------
22 28