Skip to content

Commit

Permalink
fix(Elasticsearch Node): Fix issue with self signed certificates (#9805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed Jun 19, 2024
1 parent 65c5609 commit 77bf166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ export class ElasticsearchApi implements ICredentialType {
username: '={{$credentials.username}}',
password: '={{$credentials.password}}',
},
skipSslCertificateValidation: '={{$credentials.ignoreSSLIssues}}',
},
};

test: ICredentialTestRequest = {
request: {
baseURL: '={{$credentials.baseUrl}}',
url: '/_xpack?human=false',
skipSslCertificateValidation: '={{$credentials.ignoreSSLIssues}}',
},
};
}

0 comments on commit 77bf166

Please sign in to comment.