Will a self-signed certificate work behind an Apache reverse proxy?

We want to use Apache as our reverse proxy for a collection of application servers. We plan to use an SSL certificate signed by CA on an Apache instance, but we wanted to use self-signed certificates on application server instances (so the Apache connection to the application connection was also encrypted). We do not want to install an SSL certificate with a CA certificate on application server instances unless we need it.

Will Apache allow this configuration to have self-signed certificates on application server instances?

+5
source share
1 answer

, , , .

- Apache Httpd HTTPS, , Apache Httpd, SSLProxy* mod_ssl ( mod_proxy), SSLProxyCACertificateFile.

mod_proxy_http, AJP SSL/TLS.

+5

All Articles