Forum Discussion
Sagen_80793
Mar 18, 2005Historic F5 Account
wlnode function
Is there a specific example of how to employ the "wlnode" function to allow for Weblogic persistence?
I am working to configure persistence via the JSESSIONID when cookie persistence ...
Hi Miguel,
Do you see a TCL error in /var/log/ltm when the client SSL profile is set to require? Is the client sending a cert? I haven't done much with client certs and iRules, but that's the first thing I'd check. Maybe someone else could weigh in on this?
For the Location header rewrite, you could either enable rewriting of redirects on the HTTP profile or you could use an iRule:
when HTTP_RESPONSE {
if {[HTTP::is_redirect]}{
Rewrite the Location header from http to https
HTTP::header replace Location [string map -nocase {http:// https://} [HTTP::header value Location]]
}
}
Aaron
- Lee_SutcliffeNov 13, 2017
Nacreous
There's nothing wrong with your tcpdump syntax, you have used the
switch to listen on all interfaces.-n 0.0
If you right click in Wirehshark on the first SYN and select 'Follow TCP Stream' do you see any TCP FIN messages?
Are you sure traffic is returning via the F5? You can also add a
switch to list which layer 2 VLAN each packet is seen on.-e
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