TLS, error message

Hi,

Trying to get TLS to work on a Windows installation (1.9.0). I created a certificate using openssl and edited the config file, all as described on the faq-page (Configuring DICOM TLS — Orthanc Book documentation (orthanc-server.com)).

However, the orthanc service won’t restart with the updated config file. The log file states:
‘E0131 15:39:21.777915 OrthancException.cpp:57] Inexistent file: Inexistent file: orthanc.key’

The file does exist. I copied the orthanc.crt and orthanc.key files in the Configuration folder, also tried the other folders but no success. What am I missing?

Thanks!

Hello,

In Windows, the paths should be relative to the “Orthanc.exe” executable (not to the “Configuration” folder).

Make sure to use absolute paths to avoid such an issue.

Sébastien-