Forum Discussion
Dayesh_263997
Nimbostratus
Dec 12, 2018SSL offloading query
Hello Team,
Below is the flow :
Client ----HTTPS (443)--->LTM ----> HTTPS (8443)
A customer requires LTM to do the SSL offloading to achieve this, however, I have configured client SSL...
Can you replace the log line:
log local0. "[IP::client_addr]:[TCP::client_port]: hit default case"
with
log local0. "[IP::client_addr]:[TCP::client_port]: hit default case for [HTTP::host][HTTP::path]"
I would expect either the host or path aren't correct in the switch cases. As .net is not case sensitive, I've set the host and path to lower case, so the switch cases should also be listed in lower case.
Aaron