16-Feb-2018
03:22
- last edited on
05-Jun-2023
22:04
by
JimmyPackets
I have two BIGIP VE's on my laptop I use for lab and education. On both of them (not HA) HTTPS to a VS works, but is painfully slow. A simple web page with a few pictures in it takes 20-30 seconds to load. Unencrypted HTTP is lightning fast.
Here is the VS config:
ltm virtual /Common/f5trn.cmos.lab-p443-vs {
destination /Common/10.1.10.20:443
ip-protocol tcp
mask 255.255.255.255
pool /Common/f5trn.cmos.lab-pool
profiles {
/Common/f5trn.cmos.lab {
context clientside
}
/Common/http { }
/Common/http2 { }
/Common/tcp { }
}
source 0.0.0.0/0
translate-address enabled
translate-port enabled
}
ltm pool /Common/f5trn.cmos.lab-pool {
members {
/Common/10.1.20.11:80 {
address 10.1.20.11
}
/Common/10.1.20.12:80 {
address 10.1.20.12
}
/Common/10.1.20.13:80 {
address 10.1.20.13
}
}
monitor /Common/http
}
A packet capture shows a MASSIVE FCS failure. Every single frame. Same on both sides of the BIGIP.
Troubleshooting includes:
Other info:
Any ideas to why SSL seems to cause this behaviour?
16-Feb-2018 04:17
Be careful with the captures taken from you VE, it automatically adds some trailing information/ debugging details, you need to install a plugin in your wireshark to have access to it (you can easily find it devcentral). If you don't have the plugin is normal you see the FCS errors.
Regarding the slowness, it looks like the problem is mainly in the images. Can you configure an http acceleration profile to cache the images in your VE and see the difference? Maybe your problem is on the backend server. I suggest you try first HTTP1.1 and when you solve the problem you continue with HTP2.
13-Jan-2020 05:10
A bit late but this might help future users:
tmsh show /sys license detail | grep perf_VE_throughput_Mbps
This will show you your license throughtput. Trial VE is limited to 2Mbps.
https://support.f5.com/csp/article/K14356