I need to use cumulocity behind the proxy server. Therefore, I have set the proxy addresses using: "npm set proxy" and "npm set https-proxy". Now I am able to run a standard angular project and it works fine.
But when I create a c8y project and run it using "c8ycli server -u ...", I get this error by each request:
[HPM] Error occurred while trying to proxy request /tenant/loginOptions from localhost:9000 to https://....com (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
Does c8ycli use npm proxy settings? How can I set proxy address for c8ycli?