Unfortunately, that only appeared to have delayed the problem; after
prolonged usage, the error has occurred again.

 Error: 1240:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert
unknown ca:openssl\ssl\s3_pkt.c:1234:SSL alert number 48

at CleartextStream._pusher (tls.js:656:24)
at SlabBuffer.use (tls.js:199:18)
at CleartextStream.CryptoStream._push (tls.js:483:33)
at SecurePair.cycle (tls.js:880:20)
at EncryptedStream.CryptoStream.write (tls.js:267:13)
at Socket.ondata (stream.js:38:26)
at Socket.EventEmitter.emit (events.js:96:17)
at TCP.onread (net.js:397:14)


Interestingly, this is only particular to one of the backend servers. There
is no https communication error with other backend server endpoints,
despite the long list of pending FIN_WAIT_2 sockets.

:-/

Aaron


On Mon, Aug 5, 2013 at 11:12 PM, Aaron Seet <[email protected]> wrote:

> Has anybody induced such a stack trace before?
>
> What I think could be a potential contributor to the behaviour is that
> https appears to have its own agent socket limit, separate from http. We
> had a similar problem last year with http (although symptoms were
> different) that was resolve by applying a greater number of maxSockets. By
> additionally adjusting for https, we have not encountered the problem so
> far.
>
> http.globalAgent.maxSockets = 20000;
> https.globalAgent.maxSockets = 20000;
>
>
> thanks,
> Aaron
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to