[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
|