OpenSearch Keeps prompting for client authentication!

OS2.14.0
RHEL 8

Hi all,

I have configured clientauth_mode=OPTIONAL in opensearch.yml and set clientcert_auth_domain.http_authenticator.challenge to false in config.yml.

Yet, I keep getting “Select a certificate for authentication” prompt from the browser when I try to access OpenSearch url.

I appreciate your help.

Hi @asfoorial,

Could you please run the below and share the output:

curl --insecure -u <admin_username>:<admin_password> -XGET https://<OS_node>:9200/_plugins/_security/api/securityconfig?pretty

Best,
mj