-
|
Expected behavior: Applications are accessible. Current behavior: Applications are NOT accessible. Bug details:
I'm trying to get teleport applications working, I tried every possible configuration, I have a virtual server forward on my router that connects to;
or
Below is my Bottom line, applications are visible on the dashboard but NOT accessible. I appreciate if I can get any help on this. Errors appear with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This error actually looks like you have an agent attempting to connect back to the Teleport cluster to provide the app, rather than running all in one process as per the config file you posted. If you really are using that exact config file and seeing this error, I'd be tempted to shut down Teleport, |
Beta Was this translation helpful? Give feedback.
-
|
I got this working finally. Here's my solution, it might need some adjustment so keep that in mind, but hope it helps someone save time. Not much to see here, but I played with the proxy env vars, I couldn't get it to work. See https://goteleport.com/docs/setup/reference/networking/#http-connect-proxies Notes:
Thank you! |
Beta Was this translation helpful? Give feedback.
I got this working finally. Here's my solution, it might need some adjustment so keep that in mind, but hope it helps someone save time.
1- I used Cloudflare Proxy but I set the SSL/TLS Qverview to use
Full. Otherwise it always givesERR_SSL_VERSION_OR_CIPHER_MISMATCHerror.2- I stopped using Nginx Proxy Manager. If you can get it to work with Nginx proxy manager, let me know.
3- I had to open ports 3023, 3024, 3080 on my router. 3023 for SSH, 3024 for tunnel, 3080 for web.
4- Configured ufw to accept traffic from those ports.
5- Below is my config and systemd service file.