student2o opened a new issue, #50372: URL: https://github.com/apache/doris/issues/50372
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris version: 3.0.3 ### What's Wrong? When using the LOAD LABEL statement to ingest data from an S3-compatible object store via HTTPS, the operation fails with a "connection refused" error in Doris version 3.0.3. The same configuration and credentials work perfectly in version 2.1.8, indicating that the issue is likely specific to the 3.x.x series and its handling of HTTPS. Observed Behavior: BROKER LOAD works as expected in Doris 2.1.8 with HTTPS S3 endpoint. The same load command in Doris 3.0.3 returns: ERROR 1105 (HY000): errCode = 202, detailMessage = Failed to access object storage, message=Connection refused Other operations using the same endpoint and credentials (e.g., SELECT FROM S3, CREATE STORAGE VAULT) succeed in both versions. Possible Root Cause: Doris 3.x.x may have introduced changes to its object storage access mechanism that breaks or disables support for HTTPS connections during data load operations. ### What You Expected? HTTPS S3 endpoints should work consistently across Doris versions for all S3-related operations, including LOAD LABEL. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org