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

HTTP authentication module (ejabberd_auth_http): adding client certificate to requests? #276

Open
vkelman opened this issue Jul 1, 2019 · 0 comments

Comments

@vkelman
Copy link

vkelman commented Jul 1, 2019

Our application has government requirement for all HTTP requests to include SSL client certificate. All application servers are checking incoming requests for client certificates.

I realized that requests issued by ejabberd_auth_http does not include client certificate (it uses https://github.com/esl/fusco to make requests and fusco doesn't seem to support it).

Is there any possibility to switch to another library supporting sending client certificates?
Otherwise and unfortunately we would be forced to switch back to using external authentication script.

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

1 participant