Replies: 1 comment 1 reply
-
Hi @tao12345666333 , could you help to have a look at this Kong Ingress controller issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with the combination of Linkerd, Kong Ingress Controller, and k3s (single node). I have noticed that every time we reboot the system, the Kong Ingress Controller fails to use the custom certificate for the ingress host, leading to an issue associated with the default certificate instead. The issue is only resolved when we manually restart the Kong Ingress Controller pod, and it seems to occur when using the Linkerd mesh proxy. This issue happens every time we reboot the system
i am using SNI property as well to pass the HOST name . This issue is happening after every reboot. I would appreciate any insights or solutions anyone may have regarding this issue. Thank you!"
`[root@test ~]# curl -ivk https://test.domain.com/rl
CApath: none
< HTTP/2 404
HTTP/2 404
< date: Mon, 05 Aug 2024 19:57:46 GMT
date: Mon, 05 Aug 2024 19:57:46 GMT
< content-type: application/json; charset=utf-8
content-type: application/json; charset=utf-8
< content-length: 52
content-length: 52
< x-kong-response-latency: 0
x-kong-response-latency: 0
< server: kong/3.3.1
server: kong/3.3.1
<
{
"message":"no Route matched with those values"
}
Beta Was this translation helpful? Give feedback.
All reactions