Table of Contents

Property SslCaPath

Namespace
YndigoBlue.Velocity.Data
Assembly
YndigoBlue.Velocity.dll

SslCaPath

Gets or sets the path to the CA (Certificate Authority) certificate file used to verify the server's certificate (PEM format).

public string SslCaPath { get; set; }

Property Value

string

Remarks

Required when SslMode is set to VerifyCA or VerifyFull. The CA certificate is used to verify the chain of trust for the server's certificate. For self-signed test certificates, point this at your test CA PEM file (e.g. ./Certificates/ca-cert.pem).

Can also be set via SetAdvancedSettings(string) using the key SslCaPath.