Skip to content

Add support for disabling TLS in OpenSearch module - #1193

Merged
cristianrgreco merged 5 commits into
testcontainers:mainfrom
rafaeltab:fix/security-disabled
Dec 9, 2025
Merged

Add support for disabling TLS in OpenSearch module#1193
cristianrgreco merged 5 commits into
testcontainers:mainfrom
rafaeltab:fix/security-disabled

Conversation

@rafaeltab

Copy link
Copy Markdown
Contributor

The default wait strategy is unable to talk to http only servers, and was not updated when security was explicitly disabled. This caused the container not to be recognized as started, when security was disabled.

The URL returned by the started container also always contained https for the schema, even if security was disabled.