I’m looking for a way to redirect ssl traffic from one domain to another, without having a ssl cert for all of them with HAProxy. My current Setup redirecting from http to https is working fine so far.
It doesn’t, not without SSL certificates warnings, that’s the entire point of SSL: for you not to be able to intercept website traffic you have no certificate for.
To look at it another way, the browser checks the TLS certificate at the TLS layer, which is lower than the HTTP layer, before it processes the HTTP response. So it gives a certificate error before it even sees that it is a redirect.