Issue75

Title Orthanc shall have a configuration for https proxy or a separate proxy for each peer
Priority wish Status resolved
Superseder Nosy List admin
Assigned To
Keywords Orthanc Core

Created on 2017-11-17.15:08:45 by admin, last changed by admin.

Messages
msg342 (view) Author: admin Date: 2017-11-17.15:08:45
[BitBucket user: BenoƮt Crickboom]
[BitBucket date: 2017-11-17.14:08:45]

Right now, we can only specify a single HttpProxy setting.
This is used for http and https connections.  However, in some setup, there is a different proxy for http and https -> we would need 2 settings in Orthanc.

However, in some cases, some peers must not use proxies (i.e. inside a Docker network) while other peers needs a proxy (i.e. when connecting to the outside world).  Therefore, that would be nice to be able to specify the proxy for each peer.

ref: https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
History
Date User Action Args
2026-07-29 15:51:21admincreate