Hi All,
I am facing one weird issue, when our client is calling our layer7 URL; for 20/1 or 30/1 there will be a request which will fail and the client-side error message is like this:
------------------------------------------------------------start-----------------------------------------------------------------------------------------------------
FetchError: request to https://<gatewayDNS>/api/cea-alerts/leads?status=accept failed, reason: write EPROTO 140267196930864:error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1546:SSL alert number 80
at ClientRequest.<anonymous> (/data/server/nodejs-app/node_modules/next/dist/compiled/node-fetch/index.js:1:64142)
at ClientRequest.emit (node:events:390:28)
at TLSSocket.socketErrorListener (node:_http_client:447:9)
at TLSSocket.emit (node:events:390:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
type: 'system',
errno: 'EPROTO',
code: 'EPROTO'
}
----------------------------------------------------end-----------------------------------------------------------------------------------------------