-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 TLS handshake_first support for Cluster #6179
Comments
@dmgolovin There is no need for that since routes have always done the TLS handshake first without sending any plain text prior to that happening. If you have observed a different behavior, please let me know the server versions and what the configuration looks like. |
@dmgolovin Any update on this? Should I close the issue? |
while we are here, I don't see |
@Kazmirchuk It seems that there is no documentation for the "client" As for |
@Kazmirchuk The documentation PR was merged: nats-io/nats.docs#779 @dmgolovin Did you have a chance to look at my earlier comments? To summarize, the cluster does not need "TLS-first handshake" because it is already doing that. If your experience is different, please let me know, otherwise I will close this issue. Thanks! |
Proposed change
Allow enabling "handshake_first" flag
tls {}
settings undercluster {}
block.Use case
We have a cluster that comprises two remote sites. There is a traffic inspection agent on one site and it requires TLS to be active from the very beginning.
Contribution
No response
The text was updated successfully, but these errors were encountered: