Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[proxy] Proxy doesn't use the right ca certicate to connect to brokers (
apache#5971) *Motivation* Currently proxy uses the proxy ca certicate to connect to brokers. It is fine if proxy and broker are using th same CA. However if the broker is using a different CA than proxy, "HTTP 502 Bad Gateway" is returned from proxy when tlsEnabledWithBroker is set to true. *Modifications* Change to use the right CA *Verify this change* Verify it is working in a production environment.
- Loading branch information