Nazar Vovk

Results 13 comments of Nazar Vovk

Problem seems to be here: https://github.com/node-red/node-red/blob/master/packages/node_modules/%40node-red/nodes/core/network/21-httprequest.js#L519 I have hostname `telegram` in no_proxy but because of this line request url `api.telegram.org` is a match for that method.

Proxy configuration provided with ENV vars (HTTP_PROXY, HTTPS_PROXY and NO_PROXY). HTTP_PROXY and HTTPS_PROXY is internal company proxy server. NO_PROXY contains `telegram,viber` which are hostnames of other containers in docker-compose. Url...

@Steve-Mcl Is there anything else i can provide you for fixing this issue?