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

fix: stop using openssl for container healthchecks #4181

Merged
merged 1 commit into from
Nov 25, 2024
Merged

fix: stop using openssl for container healthchecks #4181

merged 1 commit into from
Nov 25, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Nov 25, 2024

Dragonfly responds to ascii based requests to tls port with: -ERR Bad TLS header, double check if you enabled TLS for your client.

Therefore, it is possible to test now both tls and non-tls ports with a plain-text PING. Fixes #4171

Also, blacklist the bloom-filter test that Dragonfly does not support yet.

Dragonfly responds to ascii based requests to tls port with:
`-ERR Bad TLS header, double check if you enabled TLS for your client.`

Therefore, it is possible to test now both tls and non-tls ports with a plain-text PING.
Fixes #4171

Also, blacklist the bloom-filter test that Dragonfly does not support yet.

Signed-off-by: Roman Gershman <[email protected]>
@romange romange requested a review from BorysTheDev November 25, 2024 09:03
@romange romange merged commit 63742dd into main Nov 25, 2024
9 checks passed
@romange romange deleted the Pr1 branch November 25, 2024 15:41
romange added a commit that referenced this pull request Nov 25, 2024
Dragonfly responds to ascii based requests to tls port with:
`-ERR Bad TLS header, double check if you enabled TLS for your client.`

Therefore, it is possible to test now both tls and non-tls ports with a plain-text PING.
Fixes #4171

Also, blacklist the bloom-filter test that Dragonfly does not support yet.

Signed-off-by: Roman Gershman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dragonfly + operator make several incorrect assumptions about TLS configuration
2 participants