Proxy header error after version migration 4.1.0 to 4.2.0 [Questions] #14916
-
Community Support Policy
RabbitMQ version used4.1.0 Erlang version used27.3.x Operating system (distribution) usedRedHat 8.10 How is RabbitMQ deployed?Community Docker image rabbitmq-diagnostics status outputSee 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.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location Steps to deploy RabbitMQ clusterI deploy as docker containers. Steps to reproduce the behavior in questionI deploy as a docker container my cluster. advanced.configSee 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# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKSWhat 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.
Replies: 1 comment
-
|
@skry-dev all meaningful changes are documented in the release notes. We havne't had any Proxy Protocol-related changes in a few years. "There are TCP errors" is not something we can comment on, we do not guess in this community. |
Beta Was this translation helpful? Give feedback.
@skry-dev all meaningful changes are documented in the release notes.
We havne't had any Proxy Protocol-related changes in a few years.
"There are TCP errors" is not something we can comment on, we do not guess in this community.