Property TlsOpts
TlsOpts
TLS options for the connection.
public NatsTlsOpts TlsOpts { get; init; }
Property Value
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