Elasticsearch version: 7.8.0
Describe the issue:
Is it possible to change cipher preference from client to server in searchguard, when I have executed nmap command it is giving me below output.
nmap --script +ssl-enum-ciphers -p 9200
PORT STATE SERVICE
9200/tcp open wap-wsp
| ssl-enum-ciphers:
| TLSv1.2:
| ciphers:
|
| compressors:
| NULL
| cipher preference: client
|_ least strength: A
here in the above output cipher preference is showing as client which I need to set to server, if there is any way to change this preference then please guide me.