Forum Discussion
supporting a http2 sni website with f5 ltm?
So the problem is only that ur sending app.external.com to your node but you have this hostname not configured and your node only listen to server.internal.com? So a simple Hostname Header rewrite is enough? Then create a LTM Policy with when host is app.external.com rewrite to server.internal.com
iRule for logging? something like this
when HTTP_REQUEST_RELEASE {
log local0. "Client [IP::client_addr] This is the HTTP Host [HTTP::host]"
log local0. "Query string of URI: [HTTP::uri] is [URI::query [HTTP::uri]]"
}
- Jim_MSep 12, 2022
Cirrus
I suspect SNI is required. I have applied a host header rewrite but that wasnt sufficient.
Also, regardin the logging, does that irule log the client request? Or the request format as sent from F5 to backend?
- P_KueppersSep 12, 2022
MVP
Okay I never used server-side sni before. Did you tried what AaronJB suggested?
The iRule logs the request form F5 to Backend.
http_request = client to f5 and http_request_release = f5 to backend
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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