GitHub user dosubot[bot] added a comment to the discussion: HTTP operator with custom certificate in python bindings
<!-- Greeting --> Hi @bennyz! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the opendal team. <!-- Answer --> This happens because OpenDAL's Python bindings use Rust's reqwest library for HTTP, which relies on its own certificate store and doesn't always use the system or curl trust store. Right now, the Python bindings don't expose any way to configure custom CA bundles or disable SSL verification for the HTTP operator—these options are only available in the underlying Rust API, not in Python. Workarounds include using a reverse proxy that handles TLS for you, or (if you're comfortable with Rust) modifying the Rust layer to disable verification for development purposes. If this feature is critical, you may want to track or request support for custom certificate configuration in the Python bindings, as it's a known limitation. Reference: [relevant maintainer discussion](https://github.com/apache/opendal/issues/6098) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/db2bd2d7-eb9b-4c9d-a7ed-df0b7b95ca91?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/opendal/discussions/6418) GitHub link: https://github.com/apache/opendal/discussions/6418#discussioncomment-13754100 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
