Forum Discussion
F5 certificate not working for all ports.
Hi JTI, We need the translate port disabled....since the incoming requests should get redirected to the same port on the node. The iRule works in such a way that the node selection is automatic:
when HTTP_REQUEST { if { [HTTP::host] contains "noname.com" } { set ips [lindex [RESOLV::lookup -a "[getfield [HTTP::host] "." 1].internal.com"] 0] log local0.debug "Debug: Resolved(HTTP) address for \"[getfield [HTTP::host] "." 1].internal.com\" = \"$ips\"" if { $ips ne "" } then { node $ips [TCP::local_port] } } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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