Hi
I’ve been using traefik with letsencrypt. On my vps haproxy is running, which proxies services via a wireguard tunnel to my homelab (docker swarm) servers. Worked fine until my internet service provider blocked ports 80 and 443 (I think others also). Now I want to bypass this and one way is to simply use a different port, I hope.
My question is: If I want to use a different port (say 10443), do I set it as normal ports and then as entrypoint ports in traefik (under the commands)? Then in my service, do I call port 10443? If anyone is familiar with Haproxy, how do I configure the frontend and backend?
Thank you in advance
If Traefik should run in Docker, you can simply change the published external port of the service/container.
Maybe check simple Traefik Swarm example.
Surely the wireguard tunnel should bypass the port 443 issue?
Note that LetsEncrypt at least (maybe anything using ACME) only works over 443 for the default setup. I think you’ll have to use the DNS method to get certificates.