I'm using dcm4chee-arc 5.43.3 secure with docker.
From about:
J4Care
SMooTH Archive
Version 5.34.3,88f14a1,2026-03-18
I was testing TLS and i have seen that from network connection extension in dicom-tls that TLSv1.3 is available but there is no an appropriate TLS CipherSuites in network connection attribute.
I tried with openssl and connection is correctly handshaked with TLSv1.3 but no
CipherSuitesis can be negotiated.
I tried adding a supported CipherStuite manually directly in LDAP configuration and after that negotiation works properly.
Now my question is: is this list hardcoded somewhere or it can be edited in some way?
TLS CipherSuites:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
SSL_RSA_WITH_NULL_SHA
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_CBC_SHA