#4044·sqlx

Add support for `rustls-platform-verifier`

Author: manifestCreated Sep 26, 2025Updated Sep 15, 2026
Labelsenhancement

I have found these related issues/pull requests

The issue is related to #4033.

Description

Adding rustls-platform-verifier allows to use rustls with aws-lc-rs and platform's native CA certificates.

Prefered solution

Add new feature flags to enable platform's native CA certificates provided by rustls-platform-verifier.

Is this a breaking change? Why or why not?

No. This adds a new feature.