Hi,
I just setup ssl in ES5.6, and use highlevelrestclient to query data, but I got this error, anyone knows the reason? is my user:admin setup wrong.
{"error":{"root_cause":[{"type":"security_exception","reason":"unable to authenticate user [admin] for REST request [/trades,user_trades/_search?typed_keys=true&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&scroll=1m&search_type=query_then_fetch&batched_reduce_size=512]","header":{"WWW-Authenticate":"Basic realm="security" charset="UTF-8""}}],"type":"security_exception","reason":"unable to authenticate user [admin] for REST request [/trades,user_trades/_search?typed_keys=true&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&scroll=1m&search_type=query_then_fetch&batched_reduce_size=512]","header":{"WWW-Authenticate":"Basic realm="security" charset="UTF-8""}},"status":401}