Table of Contents

Property TlsOpts

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

TlsOpts

TLS options for the connection.

public NatsTlsOpts TlsOpts { get; init; }

Property Value

NatsTlsOpts

Remarks

By default the client attempts a TLS upgrade when the server advertises TLS support. If you don't want TLS (e.g. behind a TLS-terminating proxy), set Mode to Disable.

See Also