-
Bug
-
Resolution: Done
-
Blocker
-
32.0.1.Final
-
None
Currently, the remote-cache-container tries to auto-configure the SNI host name for the remote servers of a cluster via the source address of the socket bindings - and only when possible, is hostname validation enabled. In retrospect, this would only ever work if all cluster members were colocated.
Given that a SNI host names need not correspond to real hostnames, we should decouple this configuration from the outbound-socket-binding and instead expose a configuration attribute per cluster, and only if set, auto-enable hostname validation.
- causes
-
JBEAP-26658 (8.0.z) Regression due to SSLHandshakeException affecting HotRod client when connecting to remote Infinispan
- Verified
- is cloned by
-
WFLY-19505 Expose attributes to configure SNI per cluster for HotRod TLS handshake
- Open