Single Endpoint (v7)
Four Endpoints (v7)
Using an Enterprise-Issued Certificate (v7)
If your deployment uses a certificate signed by your own enterprise private CA or a self-signed certificate, follow the relevant instructions below for your deployment type and use case.Obtaining the Root CA Certificate
First, obtain the root CA certificate that was used to sign your endpoint’s certificate. This root certificate is typically managed by the security team and is common across environments.Extracting the Certificate (If Root CA Certificate is Unavailable)
If providing the root certificate doesn’t resolve the issue or is not an option, an alternative approach is to extract the certificate directly from the endpoint and create the cert.pem file.Arize SDK
-
Disable verification (not recommended for production):
-
Provide the root certificate file:
Or
OTEL Traces (GRPC/HTTP)
- Set the
OTEL_EXPORTER_OTLP_CERTIFICATEenvironment variable to your root certificate:
FlightServer Export/Datasets Client
- Set the
GRPC_DEFAULT_SSL_ROOTS_FILE_PATHenvironment variable to your root certificate: