Webhook with code node crash

Hello @Jon,

Thank for your help. I succed to make a custom n8n image to be able to make ldap request through execute command node.

However, I have one last point to manage. Since the update some requests make via HTTP Request node don’t work anymore. Before the migration I used the following ENV variable : N8N_USE_DEPRECATED_REQUEST_LIB (but now it is deprecated) and I set proxy ENV http_proxy and https_proxy in the docker image.

I found an other topics that mention the same problem, and it’s because axios package that is used doesn’t support https request through http proxy ? Unfortunatly we can’t upgrade our prod if we can’t use http request node to make https calls. Do you know if this problem will be solve soon ?