Forum Discussion
Forward traffic to pool member with same port as VS - VIP is on port 0
Where is you certificates located?
- Aditya_MehraJan 28, 2019
Cirrus
Hi Leon,
- AceDawg1Jan 28, 2019
Nimbostratus
Have you tried running a capture (tcpdump and ssldump) to determine where SSL communications are breaking down? If you're not familiar with ssldump, check out:
.https://support.f5.com/csp/article/K10209
- Aditya_MehraJan 30, 2019
Cirrus
Hey, Did not take a tcp and ssl dump, but I added the below iRule and it works for http port.
when CLIENT_ACCEPTED { if {([TCP::local_port] != 80) && ([TCP::local_port] != 8103)} { HTTP::disable } }
But this does not work for https, the request passes through to the backend pool member succesfully but the X-Forwarded IP is not present. I believe as we disable the http profile then the X-Forwarded_http profile is not used at all.
Any workaround for this?
- Aditya_MehraFeb 18, 2019
Cirrus
So what worked was that i offloaded the ssl on the f5 instead of the server and wrote an irule to disable ssl for the ports coming in for http. :)
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