TLS detection timed out #11824
Unanswered
channyein87
asked this question in
Help
Replies: 2 comments 1 reply
-
@channyein87 Hey there – that error implies that NGINX is connecting to Kong and then not send any data. Are both the NGINX and Kong pods meshed? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @kflynn yes both the Nginx and Kong pods are meshed. The difference between theses two is Kong pods are applied with apiVersion: policy.linkerd.io/v1beta1
kind: ServerAuthorization
metadata:
annotations:
name: kong-server-authorization
namespace: kong
spec:
client:
meshTLS:
identities:
- nginx-ingress-private.ingress-private.serviceaccount.identity.linkerd.cluster.local
- nginx-ingress-public.ingress-public.serviceaccount.identity.linkerd.cluster.local
server:
name: kong-server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we are seeing too manay connections dropped from ingress nginx to kong gateway. May I know any reason why?
The traffic flow is
alb
-->nginx ingress
-->kong gateway
and both are meshed.The below error is from
linkerd-proxy
in one of the kong gateway pods.Beta Was this translation helpful? Give feedback.
All reactions