From 30828a56803738f1491794e6eba8487bf4924335 Mon Sep 17 00:00:00 2001 From: Jennie Soria Date: Tue, 5 Mar 2024 05:26:49 -0500 Subject: [PATCH] Update geoip.asciidoc (#105908) The GeoIP endpoint does not use the xpack http client. The GeoIP downloader uses the JDKs builtin cacerts. If customer is using custom https endpoint they need to provide the cacert in the jdk, whether our jdk bundled in or their jdk. Otherwise they will see something like ``` ...PKiX path building failed: sun.security.provier.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target... ``` --- docs/reference/ingest/processors/geoip.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/ingest/processors/geoip.asciidoc b/docs/reference/ingest/processors/geoip.asciidoc index 77572f707f4cb..7e0e53747834a 100644 --- a/docs/reference/ingest/processors/geoip.asciidoc +++ b/docs/reference/ingest/processors/geoip.asciidoc @@ -435,6 +435,8 @@ each node's <> at `$ES_TMPDIR/geoip-databases/>, <>)