Skip to content
Discussion options

You must be logged in to vote

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 gives ERR_SSL_VERSION_OR_CIPHER_MISMATCH error.
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.

---
version: v2
teleport:
  nodename: {{ ansible_facts['fqdn'] }}
  data_dir: /var/lib/teleport
  log:
    output: …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aug70
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants