SSL_connect SYSCALL returned=5 errno=0 state=SSLv3/TLS write finished #669
Replies: 3 comments
-
See RabbitMQ logs (on all nodes) for clues, as well as Troubleshooting TLS. I cannot suggest more without seeing your code, certificate and server logs. Guessing is a very expensive way of troubleshooting infrastructure. |
Beta Was this translation helpful? Give feedback.
-
Some googling around suggests this is a symptom of the server process (a RabbitMQ node or a proxy of some kind) running out of file handles. Finally, RabbitMQ 3.8 has reached EOL one year ago. |
Beta Was this translation helpful? Give feedback.
-
@michaelklishin Thanks, I will study your suggestions. I will check Open File Handle Limit and TLS problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background:
I had four amazon cloud machines (docker) s1, s2, s3, s4, I meet a exception in one of amazon cloud machines
It was a holiday, the exception happened suddenly in s1. When I restart my rails server (docker) in 2 days ago, everything is normal.
Bunny Version: 2.19.0
Rabbitmq Version: 3.8.34
Exception Message:
Beta Was this translation helpful? Give feedback.
All reactions