Set up Orthanc to have http and https ports

Good day,

Is it possible to configure Orthanc to have http and https ports on the same instance eg 8042 for HTTP and 8043 for HTTPS?

Thank you.

Hello,

No, Orthanc runs a single HTTP server.

In scenarios such as yours, you have to use a reverse proxy on the top of Orthanc:
https://book.orthanc-server.com/faq/apache.html
https://book.orthanc-server.com/faq/nginx.html

Sébastien-