Can't connect to telegram using proxy

SETUP:
I self-host my n8n in a docker container on my private server. This server uses a proxy to access internet.

PROBLEM:
I want to use the telegram node to send a text message. When I create a telegram credential with my access token and test it, it fails with this error:

Since n8n logs doesn’t provide any evidences other than “Request failed with status code 500”, I used ngrep to analyze the traffic, and got this reponse from my proxy

Hey @bivsbon

It looks like the proxy is blocking the connection and trying to do some content inspection, is the proxy a requirement?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.