Hello,
I have a Authorize webhook (implemented with NodeJS) deployed to AWS lambda, it calls the transaction details API as soon as an event is received from Authorize. This webhook is failing to retrieve the transaction details many times with following error (despite being called with request retry mechanism) -
Error: Client network socket disconnected before secure TLS connection was established
at TLSSocket.onConnectEnd (_tls_wrap.js:1095:19)
at Object.onceWrapper (events.js:286:20)
at TLSSocket.emit (events.js:203:15)
at TLSSocket.EventEmitter.emit (domain.js:448:20)
at endReadableNT (_stream_readable.js:1143:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
code: 'ECONNRESET',
path: null,
host: 'api2.authorize.net',
port: 443,
localAddress: undefined,
attempts: 5
Any suggestions or help is much appreciated !
12-10-2019 11:30 PM
02-12-2020 12:35 PM
I am also struggling with the same problem!
آموزش زبان انگلیسی آنلاین را در انگلیشدان تجربه کنید چرا که توسط یکی از بهترین و متعهد ترین اساتید زبان انگلیسی با تجربه استاد محسن کشاورزی برگزار میشود و مفتخر به برگزاری بهترین کلاس زبان آنلاین به صورت آموزش خصوصی زبان و آموزش گروهی است. تدریس خصوصی زبان انگلیشدان شما را سریعا به اهدافتان در یادگیری زبان انگلیسی و تقویت مکالمه خواهد رساند. تدریس خصوصی زبان انگلیسی در تهران انگلیشدان از کیفیت بسیار بالایی برخوردار بوده و در صورن تمایل شما برای شرکت در این کلاس ها از شهرستان ها و حتی خارج از کشور، میتوانید آموزش زبان آنلاین را انتخاب کنید
04-02-2021 12:19 PM
Hi,
Did you find any solution? please advise if you have. Im struggling with the same problem on my site and it is ruining the stats. I run an appliances based blog and visitors are complaining about the TLS issue.
04-04-2021 03:56 AM
Our business sells affiliate products for multiple categories. Each of these caregory will have their own merchant account. customer can purchase multiple products of multiple categories from my site. when customer make a payment. we want from single transaction to their multiple categories accounts. how we can do?
04-05-2021 01:28 PM