-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 24 replies
-
If I change this to auth_server with the following client teleport.yaml it shows the following after connecting: Jan 25 21:16:50 localhost teleport: 2024-01-25T21:16:50Z INFO [NODE:1] Connected to cluster over tunnel connection, ignoring public_addr setting. pid:1261.1 service/service.go:2555 teleport:
|
Beta Was this translation helpful? Give feedback.
-
You are joining via the proxy server's reverse tunnel because you are specifying
If you want to dial agents directly instead of via reverse tunnel, you should configure your agents to connect to the auth server, not the proxy server.
As a side note, you included a join token in your message above, which is considered a secret and should not be shared. I'd recommend rotating it now that it's been exposed. |
Beta Was this translation helpful? Give feedback.
-
@greedy52 could you see this thread please? I found an older one here where websockets and ALPN routing were tested against well-known proxies like CloudFlare and as I understand this should be compatible now as per 36343? Could you advise here please? Both proxy and auth are on the same node behind CF (without tunnel). |
Beta Was this translation helpful? Give feedback.
It's possible, but you'd need a separate load balancer for auth. Both auth and proxy can't listen on the same port on the same host.