@lancedb/lancedb • Docs
@lancedb/lancedb / TlsConfig
Interface: TlsConfig¶
TLS/mTLS configuration for the remote HTTP client.
Properties¶
assertHostname?¶
Whether to verify the hostname in the server's certificate.
certFile?¶
Path to the client certificate file (PEM format) for mTLS authentication.
keyFile?¶
Path to the client private key file (PEM format) for mTLS authentication.
sslCaCert?¶
Path to the CA certificate file (PEM format) for server verification.