Hi!
I'm trying to add a custom cacerts.zip User_Bundle to my ELK deployment in our ECE.
Elasticsearch is bootlooping and the reason is an untrusted certificate.
"elasticsearch": {
"user_bundles": [
{
"elasticsearch_version": "7.*",
"name": "ldap-cert",
"url": "https://<artifactory_address>/cacerts.zip"
}
],
"version": "7.10.2"
},
My problem is - the certificate of artificatory is signed by my company's CA, I can't do much about that.
I'm able to download this bundle on the VM ECE is installed on but I can't from inside of Elasticsearch containers.
Is there any way to ignore cert verification like wget does?
wget --no-check-certificate