sijie opened a new pull request #5971: [proxy] Proxy doesn't use the right ca certicate to connect to brokers URL: https://github.com/apache/pulsar/pull/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* Confirmed it is working in a production environment with this fix. The unit tests can be tricky. As all our current testing infra is using same CA.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
