-
Bug
-
Resolution: Done
-
Critical
-
None
-
AMQ 7.1.0.GA
-
None
In testing connecting to the broker using the core client via ./bin/artemis producer through a haproxy configured with a tls passthrough configuration that requires sni it is observed that SNI information is not passed unless verifyHost is true even if sniHost is set on the URI.
It is noted that with sniHost specified at the haproxy waypoint the if verifyHost=false haproxy bounces the traffic to the no sni backend. If verifyHost=true then haproxy passes it to the tcp backend and the traffic reaches the broker at which point the connectivity fails.
As a point of comparison, testing using the Qpid JMS client over AMQP with verifyHost = false this works without problem.
- is related to
-
ENTMQBR-2294 Artemis-client doesn't work with SSL on Openshift
- Closed
- cloned from
-
ARTEMIS-1919 Loading...