Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoIP custom endpoint cacert, Update geoip.asciidoc #105908

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Commits on Mar 4, 2024

  1. Update geoip.asciidoc

    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...
    ```
    predogma committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9a63f35 View commit details
    Browse the repository at this point in the history