Turning off all certificate validation

I need to turn off all TLS certificate validation since self-signed certificates are involved in the process. Does anyone have any suggestion how to go about it?

Thanks
Jay

Hello,

The Orthanc Book contains instructions to configure DICOM TLS with self-signed certificates:
https://book.orthanc-server.com/faq/dicom-tls.html#configuration

Summarizing, the “DicomTlsTrustedCertificates” option must point to a file that contains the self-signed certificates of the remote modalities that use DICOM TLS.

The topic of “turning off peer certificate validation” is discussed in another thread:
https://groups.google.com/g/orthanc-users/c/Moxk-DlDfxE/m/A0SrujazAgAJ

I’ll soon introduce a configuration option to allow to turn on/off this validation.

Sébastien-