Forum Discussion
Lgarriga
Nimbostratus
May 31, 2019AMQP traffic LB through standard VS. Error = PROXY protocol header signature is not recognized.
Hi. We're trying to LB a cluster with three rabbitMQ (AMQP) servers. The traffic on a Standard VS should LB to the pool members, the aforementioned rabbitMQ (AMQP) servers. We put the irule for prox...
eklas
Nimbostratus
Oct 24, 2019hello,
facing very similar issues!
were you able to find a workaround?
eklas
Nimbostratus
Oct 24, 2019actually I just found solution for my problem, it was TCP version.
my irule look like this:
when CLIENT_ACCEPTED {
set proxyheader "PROXY "
if {[IP::version] eq 4} {
append proxyheader "TCP4 "
} else {
append proxyheader "TCP6 "
}
append proxyheader "[IP::remote_addr] [IP::local_addr] [TCP::remote_port] [TCP::local_port]\r\n"
}
when SERVER_CONNECTED {
TCP::respond $proxyheader
}
--worked
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects