Open
Description
What do you want to do?
- Request a change to existing documentation
- Add new documentation
- Report a technical problem with the documentation
- Other
Tell us about your request.
As mentioned on OpenSearch issue 4780, some transport layer SSL options have changed. The old options are now deprecated.
I am unsure the full list of options that are deprecated. Is it all plugins.security.ssl.transport.*
turns to transport.ssl.*
? If so, please let me know and I can prepare a pull request.
The current changes I'm aware of are:
plugins.security.ssl.transport.enforce_hostname_verification
=>transport.ssl.enforce_hostname_verification
plugins.security.ssl.transport.resolve_hostname
=>transport.ssl.resolve_hostname
Version:
2.19.1
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
OpenSearch issue 4780