We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expose a TCP listener that follows the HTTP heartbeat and fails when autograph is unhealthy, so that TCP load balancers like AWS NLB.
The text was updated successfully, but these errors were encountered:
@Micheletto What's the spec for the tcp listener? does it just need to negotiate a SYN/SYNACK/ACK, or is the NLB expecting a specific payload too?
Sorry, something went wrong.
ah! A TCP health check succeeds if the TCP connection succeeds. https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html
A TCP health check succeeds if the TCP connection succeeds.
We're pausing on this until @Micheletto has had a chance to test out the SSL NLB.
Successfully merging a pull request may close this issue.
Expose a TCP listener that follows the HTTP heartbeat and fails when autograph is unhealthy, so that TCP load balancers like AWS NLB.
The text was updated successfully, but these errors were encountered: