Caleb Lloyd
Caleb Lloyd
What protocols are you trying to proxy: - NATS Protocol - Unencrypted - NATS Protocol - default Opportunistic TLS - [TlsMode.Require](https://nats-io.github.io/nats.net/api/NATS.Client.Core.TlsMode.html) - NATS Protocol - Implicit TLS (sometimes called TLS...
I think a more flexible API may be to allow for specifying a `SocketConnectionFactory` in `NatsOpts` that has a signature with something like: `Func? SocketConnectionFactory` And that would be responsible...
Oh maybe it was caused by merging `main` into this PR, I think this may need to be squashed and rebased
This works today with the `websocket.token_cookie` config, it'll map a cookie to the `token` field https://github.com/nats-io/nats-server/blob/714d46489b646fbf51be712f9e50139490cd7fa9/server/opts.go#L5401 ``` websocket: { token_cookie: "my-cookie-name" } ```