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

feat(container): make healthcheck tls compatible #643

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

tamcore
Copy link
Contributor

@tamcore tamcore commented Jan 4, 2023

While implementing the healthcheck I forgot to cover TLS, causing the healthcheck throw a bunch of handshake errors in the application log. This change takes care of that.

Now it tries to rely on OpenSSL to establish the connection.

Signed-off-by: Philipp Born <git@pborn.eu>
@romange
Copy link
Collaborator

romange commented Jan 5, 2023

LGTM but why only on alpine?

@tamcore
Copy link
Contributor Author

tamcore commented Jan 5, 2023

The Ubuntu image comes with Openssl pre-installed :)

For Alpine I had looked at different options, but just installing openssl seemed to add the least amount of bloat to the image.

@romange romange merged commit b3228fe into dragonflydb:main Jan 5, 2023
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.

2 participants