You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed# PASTE YAML HERE, BETWEEN BACKTICKS
What problem are you trying to solve?
I try to upgrade rabbitMQ 4.1.0 to 4.2.0, i could upgrade version but there is TCP errors after upgrade in the log file . And error keeps coming.
"error when receiving proxy header: TCP socket was closed prematurely"
I am using "proxy_protocol=true" in config file. But it is okay 4.1.0 version. Are there any changes about proxy protocol policies in new version 4.2.0?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.1.0
Erlang version used
27.3.x
Operating system (distribution) used
RedHat 8.10
How is RabbitMQ deployed?
Community Docker image
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
I deploy as docker containers.
Steps to reproduce the behavior in question
I deploy as a docker container my cluster.
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code
# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment file
What problem are you trying to solve?
I try to upgrade rabbitMQ 4.1.0 to 4.2.0, i could upgrade version but there is TCP errors after upgrade in the log file . And error keeps coming.
"error when receiving proxy header: TCP socket was closed prematurely"
I am using "proxy_protocol=true" in config file. But it is okay 4.1.0 version. Are there any changes about proxy protocol policies in new version 4.2.0?
Beta Was this translation helpful? Give feedback.
All reactions