Skip to content

Feature: Support for custom TLS configuration #272

Description

@RequiemP

Currently, the Qdrant client uses default TLS settings (like native roots) when connecting over HTTPS. Users operating in environments with specific security requirements, such as those using custom CAs, cannot configure the client's TLS handshake process.

I've implemented a solution that adds an optional tls_config field to QdrantConfig, allowing users to provide their own tonic::transport::ClientTlsConfig for fine-grained control over TLS settings: #271

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions