-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueThese are recommended starting points for newcomers looking to make their first contributions.These are recommended starting points for newcomers looking to make their first contributions.triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
What is the bug?
Security demo certificate is using deprecated settings:
plugins.security.ssl.transport.enforce_hostname_verification
instead oftransport.ssl.enforce_hostname_verification
How can one reproduce the bug?
Steps to reproduce the behavior:
- Use security demo certificate
- Check automatically added configuration in
opensearch.yml
. Seeplugins.security.ssl.transport.enforce_hostname_verification: false
What is the expected behavior?
Security demo certificate use the new settings transport.ssl.enforce_hostname_verification
What is your host/environment?
OS 3.3
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Configuration doc: https://docs.opensearch.org/latest/security/configuration/tls/#advanced-hostname-verification-and-dns-lookup
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueThese are recommended starting points for newcomers looking to make their first contributions.These are recommended starting points for newcomers looking to make their first contributions.triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.