Forum Discussion
Jim_M
Cirrus
Sep 05, 2022supporting a http2 sni website with f5 ltm?
I have a website which is working fine directly from browser to server. But not via f5 (v16.1.2). The session uses https 443, tls1.2, http2.0, and the server relies on SNI. When via F5, the client b...
P_Kueppers
MVP
Sep 09, 2022So 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]]"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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