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

X.509 Client Authentication #50

Open
fjcrabiffosse opened this issue Nov 16, 2018 · 1 comment
Open

X.509 Client Authentication #50

fjcrabiffosse opened this issue Nov 16, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@fjcrabiffosse
Copy link

I have been trying (unsuccessfully) to build a client that uses TLS client authentication via X.509 certificates. After digging around the code I think that right now only server authentication via X.509 is possible and client authentication is restricted to SASL. Is that the case or am I missing something?

Could this feature be considered for a future release?

Thanks!

@annatisch
Copy link
Member

Thanks @fjcrabiffosse!
Yes you are correct - client auth is currently restricted to SASL.

I have to do some digging in the TLS layer soon for the addition of websocket support so while I'm down there I will take a look at how much work this would be.

Thanks for the report!

@annatisch annatisch added the enhancement New feature or request label Nov 16, 2018
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

2 participants