Topic: -326 record layer version error
i have multiple machines with multiple binaries with multiple connections
sometimes (very rarely) i get the -326 error, meaning record layer version error
the problem is that i cannot just put the binaries in debug mode since there are too many connections, and i also do need the binaries to run smoothly
i would like to add some debugging code that is triggered only after this error is triggered
also, just to be clear this is not a mismatch of available encryption types between my binaries and the servers i am connecting to, since obviously the connections are retried and always work on the second try
does anyone have advice on how to approach this? and what specifically to log? because the ssl object does not seem to have public members that i can access