Daniel Widdis 93878a9e29
Fix Java client example (#6438)
The syntax provided for the second example at https://opensearch.org/docs/latest/clients/java/#initializing-the-client-with-ssl-and-tls-enabled-using-restclient-transport is invalid:
 - hostname and port order are reversed
 - the password field is a character array

The correct syntax is used earlier on the page for the Apache HTTP client version.

Signed-off-by: Daniel Widdis <widdis@gmail.com>
2024-02-19 12:56:03 -06:00
..
2024-02-19 12:56:03 -06:00
2023-05-15 11:23:23 -05:00
2023-06-13 15:06:50 -04:00