We have added our godaddy sll certificate to run the Orthanc in secure but Orthanc it crashes everytime to run the service. We have followed the procedure below but not successful. Any working Orthanc experience with SSL true.
Best Regards,
Haluk Çelikel
How can I use HTTPS (SSL encryption) with Orthanc?You need to obtain a X.509 certificate in the PEM format, and prepend its content with your private key. You can then modify the SslEnabledand SslCertificate variables in the Orthanc configuration file.
Your certificate needs to be generated based on the external domain that it will work on, for example:
example “.domaincert.com”
It is important that the .pem file is global “_*domaincert.com” and that it is registered on your server in the root folder of certificates from trusted sources.
Furthermore, in certain cases, there is no need to point the “.crt” file, simply pointing the .pem and .key files correctly, respecting their respective operating system (For Linux left slashes . For Windows, two forward slashes right)
It is also important that the mysql and postgress plugins are compatible with the version of Orthanc installed.