Proxy Service: Keep throwing the same error again and again on Proxy Pods. #43784
Replies: 2 comments 1 reply
-
This message is usually caused by HTTPS connections which are not compatible with TLS 1.2/1.3 or which are not including correct One thing to check - do you have healthchecks running from your load balancer to the workloads behind it? Are they using HTTPS? Can you control what hostname they connect to? If this message appears on a regular cadence (say every 5-30 seconds) then you may be able to tweak the settings to reduce the log spam - tell the proxy healthchecks to call Failing that, it's safe to ignore them assuming everything else works fine. |
Beta Was this translation helpful? Give feedback.
-
We don't have healthchecks running from LB to our workloads (proxy pods)
Is there a way in teleport config to block some specific ips only as I don't see anything related in teleport docs or is there any other way to handle it nicely? |
Beta Was this translation helpful? Give feedback.
-
We are running teleport cluster (
proxy
andauth
service) on a Kubernetes Cluster using the helm charts provided by teleport.Teleport Version:15.3.4
Our agents are running on VMs (we have a setup where agents are deployed in the same VNET where we want this agent to watch and discover kubernetes clusters deployed in that VM) and these agents open reverse tunnel to our teleport cluster via
proxy
's public address.Configuration on teleport
proxy
serviceproxy_protocol is set to "off" (because it's running behind Azure L4 Load Balancer which doesn't support
proxy_protocol
)public_addr:
<our_public_domain>
Configuration on teleport
auth
serviceproxy_protocol is set to "off"
proxy_listener_mode is set to
multiplex
Although, everything apparently working fine and we are able to connect to our kubernetes clusters using teleport but the proxy pods are keep throwing this error and our log stack is messed up with this. We have currently no idea why these proxy pods are complaining. Can you let us know what could be the possible reason for this error?
also this
This can be seen in our proxy
pods
logs appearing all the time where as, we can still connect to teleport usingtsh
and our agents are also connected and have establised reverse proxies via proxy service to teleport cluster.Beta Was this translation helpful? Give feedback.
All reactions