Yukang-Lian opened a new pull request, #65089: URL: https://github.com/apache/doris/pull/65089
## Proposed changes This is an alternative/refinement for apache/doris#60921. It keeps the FE-to-FE HTTPS support from #60921, but scopes the HTTPS client handling to explicit FE-internal helpers instead of applying through the generic manager path. Key points: - centralize FE-internal scheme/port selection in - add explicit FE-internal connection/client helpers for and Apache - keep generic manager HTTP helpers generic, so FE-to-BE requests such as BE config query/update are not forced through the FE internal HTTPS client - migrate FE-to-FE call sites to the internal helpers ## Validation - - no compile/UT run; this draft is for code review and pick-shape review first -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
