Replies: 10 comments 3 replies
-
User Message: connection error: desc = "transport: Error while dialing: failed to dial: unable to proxy connection: 403 Forbidden"] service/connect.go:100 |
Beta Was this translation helpful? Give feedback.
-
teleport.yaml is this: version: v3
|
Beta Was this translation helpful? Give feedback.
-
It looks like you have an HTTP proxy in your environment? Check At any rate, Teleport is attempting to use this configured HTTP proxy and is getting a You can also try |
Beta Was this translation helpful? Give feedback.
-
Hi webvictim, It looks like that was an issue:
and it stay like this, if I do CTRL+C to continue to work, I get:
NOTE: I am allowed to do CTRL+C after teleport start --config="/etc/teleport.yaml"?
|
Beta Was this translation helpful? Give feedback.
-
So, I can not reach the page: What is the problem now? Or what to check now? |
Beta Was this translation helpful? Give feedback.
-
So, nobody can help me with this? Is there any contributors here or this is deprecated? |
Beta Was this translation helpful? Give feedback.
-
This is the config file:
|
Beta Was this translation helpful? Give feedback.
-
When you run To run Teleport in the background, you should use You can check its status with You can view logs with The error with connecting to the web UI looks like a connection issue or timeout between the machine where you're running the browser and the host How are you connected to that machine? When I connect to it, I can get a ping response from Teleport just fine. The UI also loads fine in my browser. If you're still having connectivity issues, try running this at the command line on your machine:
|
Beta Was this translation helpful? Give feedback.
-
thanks for the reply! I have managed to do all, I have setup firewall differently and it is Ok now. 2024-10-22T09:04:31Z WARN [UPLOAD:1] The Instance connector is still not available, process-wide services such as session uploading will not function pid:6.1 service/service.go:3091 To be honest, I do not know what is IP 10.96.0.10:53. root@ka1:~# curl -v https://teleport.sandbox.skidata.com/webapi/ping
< HTTP/1.1 500 Internal Server Error
Do you maybe see where is the issue here? Maybe on Cloudflare I need to do something extra? |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
This is my architecture:
VM in the local network (Linux machine - Ubuntu, on which I have installed teleport)
On Cloudflare I have set-up DNS entry with external IP address (teleport.sandbox.skidata.com)
On FW I have created a rule which NAT that external IP into the local IP of the Linux machine, where teleport is running.
I have configured teleport:
root@teleport1:/var/lib/teleport# sudo teleport configure -o file
--cluster-name=teleport.sandbox.skidata.com
--public-addr=teleport.sandbox.skidata.com:443
--cert-file=/var/lib/teleport/fullchain.pem
--key-file=/var/lib/teleport/privkey.pem
WARNING: The data directory /var/lib/teleport is not empty and may contain existing cluster state. Running this configuration is likely a mistake. To join a new cluster, specify an alternate --data-dir or clear the /var/lib/teleport directory.
A Teleport configuration file has been created at "/etc/teleport.yaml".
To start Teleport with this configuration file, run:
teleport start --config="/etc/teleport.yaml"
Happy Teleporting!
But, I have an error:
So, can anybody tell me what is wrong here and how to re-solved it?
Thanks in advance,
Dusko
Beta Was this translation helpful? Give feedback.
All reactions