This message was deleted.
# k3d
a
This message was deleted.
w
Hey 👋 The k3d LB does plain TCP passthrough so it should not interfere with HTTP/S
Did you map 443 to the LB?
f
No in fact not.
w
I guess that may help 🙂
f
What I did was this:
Copy code
k3d cluster create -p "80:80@loadbalancer" -p "443:433@loadbalancer"
and port 80 works, 443 does not.
443 the connection is established but closed directly after that (even before any ssl handshake)
The service inside the cluster works instead:
Copy code
root@ubuntu:/# curl <http://traefik/>
404 page not found


root@ubuntu:/# curl -k <https://traefik/>
404 page not found
root@ubuntu:/#
Meh. Forget about it 🙂 I am simply stupid.
Copy code
443:433