Include ${srcdir}/base_apache.conf Include ${srcdir}/proxy_mods.conf GnuTLSCache dbm cache/gnutls_cache ServerName ${TEST_HOST} GnuTLSEnable On GnuTLSCertificateFile server/x509.pem GnuTLSKeyFile server/secret.key GnuTLSPriorities NORMAL SSLProxyEngine On GnuTLSProxyCAFile authority/x509.pem GnuTLSProxyPriorities NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/