Fix https across lab tunnel #537
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For some reason, the lab cannot connect to the ingress on the thin client cluster through https across the wireguard tunnel. Http works fine, but https does not. I'm not sure how to debug this.
This was fixed by using 8443 instead of 443 for the external ingress and changing the traefik dynamic config on the docker vm to proxy to it. No clue why 443 wasn't working, it must have been blocked by something, but idk what. At least this works.