Receive on HTTP, answer on HTTP?

How can I do the following via docker labels:
-- add an exception to answer a specific HTTP URL without SSL?

So if I direct HTTP URL to an HTTPS URL, then it will answer the remote request with SSL. I want Traefik to convert the reply when sending it back to HTTP. I'd prefer everything else on SSL globally.