Forum Discussion
N__197982
Nimbostratus
Sep 19, 2017F5 certificate not working for all ports.
Folks,
We have a wild card certificate configured on the F5 and this certificate caters to a VIP which listens to all ports. i.e. http://hostname.externaldomain.com:**.
For some reasons the cert...
N__197982
Nimbostratus
Sep 19, 2017Hi 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] } } }
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