mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Marvel: fix wrong SSL settings resolution
Original commit: elastic/x-pack-elasticsearch@70ab3df255
This commit is contained in:
parent
159ec9b226
commit
dd37624adc
@ -62,10 +62,10 @@ public class HttpExporter extends Exporter {
|
||||
public static final String TEMPLATE_CHECK_TIMEOUT_SETTING = "index.template.master_timeout";
|
||||
|
||||
public static final String SSL_SETTING = "ssl";
|
||||
public static final String SSL_PROTOCOL_SETTING = SSL_SETTING + ".protocol";
|
||||
public static final String SSL_TRUSTSTORE_SETTING = SSL_SETTING + ".truststore.path";
|
||||
public static final String SSL_TRUSTSTORE_PASSWORD_SETTING = SSL_SETTING + ".truststore.password";
|
||||
public static final String SSL_TRUSTSTORE_ALGORITHM_SETTING = SSL_SETTING + ".truststore.algorithm";
|
||||
public static final String SSL_PROTOCOL_SETTING = "protocol";
|
||||
public static final String SSL_TRUSTSTORE_SETTING = "truststore.path";
|
||||
public static final String SSL_TRUSTSTORE_PASSWORD_SETTING = "truststore.password";
|
||||
public static final String SSL_TRUSTSTORE_ALGORITHM_SETTING = "truststore.algorithm";
|
||||
public static final String SSL_HOSTNAME_VERIFICATION_SETTING = SSL_SETTING + ".hostname_verification";
|
||||
|
||||
/** Minimum supported version of the remote marvel cluster **/
|
||||
|
Loading…
x
Reference in New Issue
Block a user