Hey.
I am trying to send to a production webhook and I get:
1|wa-bot |
[DEBUG][PRIVATE MESSAGE] נכנס ליד חדש- אלו הפרטים:
1|wa-bot | שם : Yaniv Cohen
1|wa-bot | פלאפון:+972545515343
1|wa-bot | מספר עובדים בעסק:
1|wa-bot | 2-10
1|wa-bot | רקע על העסק:
1|wa-bot | משרד תיווך נדל"ן
1|wa-bot |
Trigger word detected, sending webhook…
1|wa-bot |
Failed to send webhook: FetchError: request to https://n8n.roeeaizman.com/webhook/117edcf8-b8a6-4f62-80b6-7 failed, reason: Client network socket disconnected before secure TLS connection was established
1|wa-bot | at ClientRequest. (/usr/share/nodejs/node-fetch/cjs/index.cjs:6624:11)
1|wa-bot | at ClientRequest.emit (node:events:529:35)
1|wa-bot | at TLSSocket.socketErrorListener (node:_http_client:501:9)
1|wa-bot | at TLSSocket.emit (node:events:517:28)
1|wa-bot | at emitErrorNT (node:internal/streams/destroy:151:8)
1|wa-bot | at emitErrorCloseNT (node:internal/streams/destroy:116:3)
1|wa-bot | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
1|wa-bot | type: ‘system’,
1|wa-bot | errno: ‘ECONNRESET’,
1|wa-bot | code: ‘ECONNRESET’,
1|wa-bot | erroredSysCall: undefined
1|wa-bot | }
When I am sending CURL it is working.
What is the problem with the Webhooks that are not trusted?