arpitjain099 commented on PR #64925: URL: https://github.com/apache/doris/pull/64925#issuecomment-5057653789
Closing this. The in-tree SDKs were moved out to apache/doris-sdk in #64732, so these files no longer exist on master and the branch can't be rebased. The good part is the change is already covered in the new home: the Go SDK in apache/doris-sdk builds its HTTP client with `InsecureSkipVerify: cfg.TLSSkipVerify` (stream-load-sdks/doris_go_stream_load/config.go), so a plain bool that defaults to false means verification is on by default and opt-out only, and it also supports a custom CA via `TLSCACertPath`. So there's nothing left to port over. Thanks for the look. -- 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]
