You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have an option to pass the ssl configuration to the elasticsearch client? I can do a PR if people want.
Just need to pass an object like this.
ssl: {
ca: fs.readFileSync('./cacert.pem'),
rejectUnauthorized: true
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Can we have an option to pass the ssl configuration to the elasticsearch client? I can do a PR if people want.
Just need to pass an object like this.
The text was updated successfully, but these errors were encountered: