Hey, we have a couple of integrations towards HubSpot for our customers and lately we've been receiving alot of handshake errors from the API and sometimes ECONNRESET very intermittently. We have about 100 different integrations however these errors only appear from HubSpot. Is this something that might be connected to HubSpot and has surfaced recently, or could it be something on our part?
All of our integrations run on recursive lambda jobs in AWS (eu-central-1)
Even though i assume this is something related to HubSpot i can't seem to find anyone else relating to the same issues that i'm having.
Is anyone familiar with might be causing this?
Some example of the errors:
read ECONNRESET
write EPROTO 140633752061888:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1564:SSL alert number 40
I have indeed come across random, vague server errors when sending constant data to HubSpot. I wish I could be more help here. The best I was able to do is handle the exception and perform a retry several seconds later.