Skip to content

Use standard TLS when downloading the database from an HTTP URL.#6163

Merged
dlvenable merged 1 commit intoopensearch-project:mainfrom
dlvenable:geoip-cert-validation
Oct 14, 2025
Merged

Use standard TLS when downloading the database from an HTTP URL.#6163
dlvenable merged 1 commit intoopensearch-project:mainfrom
dlvenable:geoip-cert-validation

Conversation

@dlvenable
Copy link
Copy Markdown
Member

@dlvenable dlvenable commented Oct 14, 2025

Description

Use standard TLS when downloading the database from an HTTP URL.

Issues Resolved

N/A

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dinujoh
dinujoh previously approved these changes Oct 14, 2025
Signed-off-by: David Venable <dlv@amazon.com>
@dlvenable dlvenable merged commit b0386a5 into opensearch-project:main Oct 14, 2025
54 of 58 checks passed
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.12 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.12 2.12
# Navigate to the new working tree
cd .worktrees/backport-2.12
# Create a new branch
git switch --create backport/backport-6163-to-2.12
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b0386a5af3fb71094ba6c86cd8b2afc783246599
# Push it to GitHub
git push --set-upstream origin backport/backport-6163-to-2.12
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.12

Then, create a pull request where the base branch is 2.12 and the compare/head branch is backport/backport-6163-to-2.12.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 14, 2025
Signed-off-by: David Venable <dlv@amazon.com>
(cherry picked from commit b0386a5)
dlvenable added a commit that referenced this pull request Oct 14, 2025
…) (#6167)

(cherry picked from commit b0386a5)

Signed-off-by: David Venable <dlv@amazon.com>
Co-authored-by: David Venable <dlv@amazon.com>
@dlvenable dlvenable deleted the geoip-cert-validation branch October 14, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants