You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: