I am running a single Apache httpd server (2.4.52) with multiple virtual
sites, all under TLS with individual Let's Encrypt certs using Apache's
managed domain feature. The setup has worked well for years (mostly static,
but some using CGI).

Now I want to be able to use a reverse proxy to enable the https data
received on port 443 to be:

+ decrypted using the appropriate domain's certs
+ sent to a unique port for its domain
+ have a Raku (formerly Perl 6) script take care of the backend business
+ re-encrypt the response
+ send the https response back to the client

Is that possible using HAProxy on a single server?

Thanks,

-Tom

Reply via email to