Hello,
When I try to use the node Microsoft Outlook I’ve got this issue :
{“code”:0,“message”:“Unable to connect to login.microsoftonline.com:443”,“hint”:“”,“stack”:“ConnectionError: Unable to connect to login.microsoftonline.com:443\n at TLSSocket.onError (/usr/local/lib/node_modules/n8n/node_modules/popsicle-transport-http/dist/index.js:627:35)\n at Object.onceWrapper (node:events:642:26)\n at TLSSocket.emit (node:events:539:35)\n at TLSSocket.emit (node:domain:475:12)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)”}
I use NGINX in front of n8n and I’ve got this error :
The proxy is set up to access to Internet.
I’ve got this issue during the callback part of the authentication; Maybe I’ve miss something in my NGINX conf to allow this callback but I don’t know what it could be. My organisation use it’s own CA Authority maybe the problem comes from by point ?
I would really appreciate your help.
Thank you in advance.