Versions : 1.3.x
Describe the issue:
what encryption algorithm does opensearch-dashboards.keystore use?
Versions : 1.3.x
Describe the issue:
what encryption algorithm does opensearch-dashboards.keystore use?
I am happy to help here.
If you visit the documentation page for configuring TLS, you can see information about the default keystore options. Looking at the documentation and the code, I would guess you have the default of JKS.
It also looks like the way to go about specifying a specific cipher is to disable to negotiation of the ciphers as discussed here.
I hope this helps.
Best