Skip to content

This documentation site is deprecated. Please visit our new documentation site at lancedb.com/docs for the latest information.

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / TlsConfig

Interface: TlsConfig

TLS/mTLS configuration for the remote HTTP client.

Properties

assertHostname?

optional assertHostname: boolean;

Whether to verify the hostname in the server's certificate.


certFile?

optional certFile: string;

Path to the client certificate file (PEM format) for mTLS authentication.


keyFile?

optional keyFile: string;

Path to the client private key file (PEM format) for mTLS authentication.


sslCaCert?

optional sslCaCert: string;

Path to the CA certificate file (PEM format) for server verification.