Skip to content

nats.TLSHandshakeFirst() implementation? #737

Answered by mtmk
ghostidentity asked this question in Q&A
Discussion options

You must be logged in to vote

You can set the TLS mode to implicit:

var opts = new NatsOpts { TlsOpts = new NatsTlsOpts { Mode = TlsMode.Implicit } };
await using var connection = new NatsConnection(opts);

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mtmk
Comment options

mtmk Feb 10, 2025
Maintainer

Comment options

You must be logged in to vote
1 reply
@ghostidentity
Comment options

Answer selected by ghostidentity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants