rabbitmqctl shutdown logs errors regards dynamic ssl connections #7182
-
Hello RabbitMQ team, I'm currently testing RabbitMQ 3.11.x and I'm getting error logs when using rabbitmqctl shutdown. I'm using the standard SSL config with tlsv1.2 and tlsv1.3 and didn't hand any problems on 3.9.x with that configuration. Question System info Erlang Error logs
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This is a runtime message that complains about an unexpected TLS message on a shutting down connection. |
Beta Was this translation helpful? Give feedback.
-
This error can be ignored. It appears that you are using TLS for inter-node communication since I can see It seems odd that I'll look into it further and will report it to the Erlang team. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
This is a runtime message that complains about an unexpected TLS message on a shutting down connection.
tls_sender
is a module from Erlang/OTP's TLS implementation.