mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Elasticsearch Node): Fix issue with self signed certificates not working (#10954)
This commit is contained in:
@@ -80,7 +80,7 @@ export async function elasticsearchApiRequest(
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return await this.helpers.requestWithAuthentication.call(this, 'elasticsearchApi', options);
|
return await this.helpers.httpRequestWithAuthentication.call(this, 'elasticsearchApi', options);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new NodeApiError(this.getNode(), error as JsonObject);
|
throw new NodeApiError(this.getNode(), error as JsonObject);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user