You don’t mean redirect, what you mean is use a HTTPS servers as a backend.
You can do that by specifying the ssl keyword on the server line, along with a ca-file directive used for certificate verification of the backend server (or set verify none if you don’t want to verify the backend server certificate).