Hi,
it's in the mod_proxy docs. You have to configure a secure server for
your site in opencms-system.xml.
Example:
<site server="http://${DOMAIN_NAME}" uri="/sites/mysite/">
<secure server="https://${SECURE_DOMAIN_NAME}"/>
</site>
HTH
Sebastian