Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud customers should use port 443 when configuring agents #13064

Merged
merged 2 commits into from
Jun 2, 2022

Conversation

bpdohall
Copy link
Contributor

@bpdohall bpdohall commented Jun 1, 2022

Updating various docs to specify use of port 443 when setting up Teleport Agents.

When port is omitted, the agent goes into a retry loop as the default port (3025) is not available via a cloud tenant's subdomain.

$ sudo teleport db start --token=abcdefghijklmnopqrstuvwxyz012345 --auth-server=brendan.cloud.gravitational.io --name=pgdocker --protocol=postgres --uri=postgres.db.local:5432
INFO [PROC:1]    Connecting to the cluster brendan.cloud.gravitational.io with TLS client certificate. service/connect.go:164
ERRO [PROC:1]    Failed to resolve tunnel address Get "https://brendan.cloud.gravitational.io:3025/webapi/find": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) reversetunnel/transport.go:90
ERRO [PROC:1]    "Db failed to establish connection to cluster: Failed to connect to Auth Server directly or over tunnel, no methods remaining.\n\tGet \"https://teleport.cluster.local/v2/domain\": dial tcp 15.197.198.101:3025: i/o timeout, Get \"https://teleport.cluster.local/v2/domain\": Get \"https://brendan.cloud.gravitational.io:3025/webapi/find\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)." service/connect.go:86
ERRO [PROC:1]    Failed to resolve tunnel address Get "https://brendan.cloud.gravitational.io:3025/webapi/find": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) reversetunnel/transport.go:90

Copy link
Contributor

@ptgott ptgott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a suggestion

docs/pages/application-access/getting-started.mdx Outdated Show resolved Hide resolved
bpdohall and others added 2 commits June 2, 2022 09:17
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
@bpdohall bpdohall force-pushed the brendan/cloud-teleport-auth-server-port branch from 97500fe to c744864 Compare June 2, 2022 12:17
@bpdohall bpdohall merged commit 1a25fe5 into master Jun 2, 2022
bpdohall added a commit that referenced this pull request Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants