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

Independen TLS settings for listener and server connection #72

Open
floyd-fuh opened this issue Jan 19, 2024 · 1 comment
Open

Independen TLS settings for listener and server connection #72

floyd-fuh opened this issue Jan 19, 2024 · 1 comment

Comments

@floyd-fuh
Copy link

floyd-fuh commented Jan 19, 2024

Really like the idea of the extension! What I would love to see is some more configuration options, such as:

  • Independent TLS settings for the TCP or TLS listener (e.g. no TLS there, just a TCP listener) and connection (e.g. then use TLS to connect to the server)
  • Client certificate support to the server

The main reason is that it is sometimes easy to control the client software, reconfigure it to not use TLS (and therefore we don't have the wrong-certificate issues), but not control the server-side. Also if a client certificate is involved, we would need to use that when connecting to the server.

That would be really nice

@summitt
Copy link
Owner

summitt commented Jan 31, 2024

Sorry... for the delayed reponse... i should be better at monitoring these issues.
I think these are great features. The first bullet point should not be to difficult to add.. The second will be a bit more involved. I'll keep you posted on the progress.

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

No branches or pull requests

2 participants