-
|
Expected behavior: Current behavior: Bug details:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
|
Hi @vgrig-us, in order to help you we'll need you to provide steps for us to recreate the issue. You mentioned you're new to Teleport, so we're likely dealing with a configuration issue here. Let's start with the configuration file for your DB service and see if anything looks off. |
Beta Was this translation helpful? Give feedback.
-
|
here you go. and i did check DNS resolution. |
Beta Was this translation helpful? Give feedback.
-
|
That looks good. Let's look at the proxy configuration next. |
Beta Was this translation helpful? Give feedback.
-
|
See below. Also - proxy service running on both auth and public proxy - same error when trying both. And all teleport ssh services work properly (including when i try it on db_service host. |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
|
I added tunnel_listen_addr after i started to have this problem. As far as i understand, this is legacy - listening for tunnel on 3022, not used anymore on regular basis. If i remove that settings, error from db_service server changes to "Error while dialing: failed to dial: dial tcp 127.0.0.1:3080" (with "Failed to connect to Proxy Server through tunnel" still in logs). |
Beta Was this translation helpful? Give feedback.
OK, i had to add:
public_addr: ca01-is-auth-02.example.com:3080
tunnel_listen_addr: 0.0.0.0:3022
to proxy config and it works now. weird, but usable.
thank you again for your help! :-)