I have this weird problem with a VM running HAProxy.
Here's my setup.
VM#1
Runs HAProxy listening at 443
Subnet is 192.168.222.0/24
Handles all my SSL certificates
Based on the name, it will forward the HTTPS request to VM#2 at port 10000
Firewall rules:
VM#2
Runs docker
Subnet is also...