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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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