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 Guidance, Options and Documentation on TLS Configuration #48

Closed
pglombardo opened this issue Mar 15, 2023 · 2 comments
Closed

Add Guidance, Options and Documentation on TLS Configuration #48

pglombardo opened this issue Mar 15, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@pglombardo
Copy link
Collaborator

🚀 Feature Request

We should provide a way to reveal the TLS version in use and potentially select a version to use. This depends on .NET as best practice suggests to allow the .NET VM decide. Some clarification is needed here.

This option should be well documented too.

🔈 Motivation

Configurability and ease of use against all brokers.

🛰 Alternatives

N/A

📎 Additional context

@pglombardo pglombardo added the enhancement New feature or request label Mar 15, 2023
@pglombardo
Copy link
Collaborator Author

With the latest code the client supports TLS 1.2 & 1.3. During connection negotiation, the highest version supported by both ends will be used.

@pglombardo
Copy link
Collaborator Author

With #122 we log the TLS version in use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant