Changeset e080eef in mod_gnutls for test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
- Timestamp:
- Aug 13, 2020, 2:17:52 AM (7 months ago)
- Branches:
- asyncio
- Children:
- 43a601f
- Parents:
- facbb08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
rfacbb08 re080eef 9 9 GnuTLSCertificateFile authority/server/x509.pem 10 10 GnuTLSKeyFile authority/server/secret.key 11 GnuTLSPriorities NORMAL12 11 13 12 GnuTLSProxyEngine On 14 13 GnuTLSProxyCAFile authority/x509.pem 15 GnuTLSProxyPriorities NORMAL16 14 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 17 15 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.