How to bypass a specific domain in Reverse Proxy and terminate wildcard SSL directly in the backend?

Hi,
I already have a wildcard certificate installed on the backend for this specific domain, which is why I want Caddy to ignore it.

I managed to do this by adding “http” in front as mentioned in this other thread:

But by doing this my backend is only reached over http (thus not using the wildcard certificate installed on it) and this is my problem now.

Regards,