-
Hello everyone, after two days of trial and error, I decided to ask for some help. I want to add a Teleport Agent to my RKE2 Cluster (Testing Purposes) via the Terraform UI and I'm failing constantly, Agent Version: I'm getting the following error:
When I try to make a POST Request via Postman, I get a 400 error and not a TLS error. My Teleport server is behind a Nginx Proxy Manager, I also Tried Treafik, but I had the same result. I have a valid wildcard certificate and DNS also looks correct. Even my semaphore that i "expose" via Teleport works fine. No issues there. Here is my Teleport Config: version: v3
teleport:
nodename: vulpes.srv.DOMAIN.art
data_dir: /var/lib/teleport
# proxy_server: teleport.DOMAIN.art:443
log:
output: stderr
severity: INFO
format:
output: text
ca_pin: ""
diag_addr: ""
auth_service:
enabled: "yes"
listen_addr: 0.0.0.0:3025
cluster_name: teleport.DOMAIN.art
ssh_service:
enabled: "yes"
commands:
- name: hostname
command: [hostname]
period: 1m0s
- name: teleport
command: [teleport, version]
period: 1m0s
proxy_service:
enabled: "yes"
listen_addr: 0.0.0.0:3023
web_listen_addr: 0.0.0.0:3080
public_addr: teleport.DOMAIN.art:443
ssh_public_addr: teleport.DOMAIN.art:3023
tunnel_listen_addr: 0.0.0.0:3024
tunnel_public_addr: teleport.DOMAIN.art:3024
kube_listen_addr: 0.0.0.0:3026
kube_public_addr: teleport.DOMAIN.art:3026
https_keypairs: []
https_keypairs_reload_interval: 0s
acme: {}
app_service:
enabled: yes
# debug_app: false
apps:
- name: semaphore
uri: "http://127.0.0.1:3000"
public_addr: "semaphore.teleport.DOMAIN.art" Help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm going to close this issue, it appears that our Server provider had their DNS misconfigured. And as always.. it was DNS... Strange thing that we don't have any DNS issues on the host itself. |
Beta Was this translation helpful? Give feedback.
I'm going to close this issue, it appears that our Server provider had their DNS misconfigured. And as always.. it was DNS...
Strange thing that we don't have any DNS issues on the host itself.