OpenSearch 1.3.2 prompt to select a certificate on Edge Chromium

Greetings all,

I am using OpenSearch 1.3.2 with in an environment where one user has multiple client certificates. When the user accesses the REST API from Edge Chromium, it prompts “select a certificate for authentication” This happens each time the browser is restarted.

Note that I am not getting this issue on OpenDistro 1.9.0.

I appreciate your input.

Thanks

@asfoorial Could you share an example of the REST API query and screenshot?

I got it solved after setting clientauth_mode to NONE. It seems like the default gives the same effect as REQUIRE.

@asfoorial Thanks for sharing the solution. The default setting is OPTIONAL as per documentation.