Forum Discussion
Serverside https and http mixed connections
For one URI requests go to a https server (server ssl profile is on), for different URI requests should go to a http server (server ssl is off).
The problem comes up when first request goes to a https server and next request should go to a http server. Our ltm is wrongly trying to pass the request in the tcp session to https server, and after many seconds the request eventually goes as expected to a http server (when new clientside https session is set up). This causes long delays when loading some objects from a http server.
How can I force the ltm to route the request to a http server without delay ?
(Oneconnect profile is off, version 14.1.0.2)
- Lee_Sutcliffe
Nacreous
How are you checking different URIs, are you using a policy or an iRule? Are you able to share your config?
- Rico
Cirrus
You may need to add an LB::detach command before changing the pool you are using. It is possible that the load balancing decision is being made before the HTTP_REQUEST event is triggering meaning that it will only change when another tcp connection comes in and the load balancing decision is re-evaluated.
- Torti
Altostratus
I always use a LTM policy. Everyting is workng fine there. Also with 14.1.0.2
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