Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Conversation

DrakaGytis
Copy link

It seems that fails on ssl handshake makes healthchecks to stop working.
The fix seems to fix the issue (I was not able to reproduce it). The issue was that if the ssl fails the connection is not set as failed. The health check thinks that the connection is valid and waits till it is resolved. However, internally the connection is dropped and the callback functions are not run (which should check the connection), leaving the health check status not changed.

@DrakaGytis DrakaGytis force-pushed the feature/OPENRESTY-127_https_healthchecks_issue branch from f4f53a0 to 46ce700 Compare April 23, 2018 12:36
@DrakaGytis DrakaGytis force-pushed the feature/OPENRESTY-127_https_healthchecks_issue branch from 46ce700 to b91ba36 Compare May 2, 2018 13:26
@kipras
Copy link

kipras commented Jul 20, 2018

Works great, merging.

@kipras kipras merged commit 9783c1f into master Jul 20, 2018
@kipras kipras deleted the feature/OPENRESTY-127_https_healthchecks_issue branch July 20, 2018 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants