Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SkipTLSHandshake optional function to CustomDialer #1147

Merged
merged 2 commits into from Nov 30, 2022

Commits on Nov 29, 2022

  1. This adds an option to skip the TLS connection wrapper

    This option to skip the TLS wrapper is meant to be used if a custom
    dialer already handled the TLS handshake. I discussed my use case,
    which is using NATS from a Wasm module running in the browser in
    Slack with @derekcollison. There may be other use cases when the
    custom dialer is using some kind of tunneling, for example.
    oderwat committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c9b2fd8 View commit details
    Browse the repository at this point in the history
  2. Add SkipTLSHandshake small interface to CustomDialer

    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    
    Co-authored-by: Piotr Piotrowski <piotr@synadia.com>
    wallyqs and piotrpio committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    65b7870 View commit details
    Browse the repository at this point in the history