Forum Discussion
Thiyagu
Mar 15, 2021Cirrus
ssl handshake failure issue from loabalancer to the backend application server
Hello All, I'm finding ssl handshake failure issue from load balancer to the backend application server. We have different application server pool mapped to single Virtual server using irule. ...
eey0re
Mar 17, 2021Cirrostratus
Do you mean one pool has servers which use TLS, but the other pool or pools don't?
In this case, you should attach a Server SSL profile to the Virtual Server, but disable it using the iRule that selects your pool, when required using the command: SSL::disable serverside
I don't know how your iRule decides on pools, but for example:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/nonhttpspool" }{
SSL::disable serverside
pool nonhttps_pool
} else {
pool https_pool
}
}
Remember that without a OneConnect profile, only the first request of the connection can select the pool.
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