Changeset f030883 in mod_gnutls for test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
- Timestamp:
- Apr 9, 2015, 1:02:39 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 73f6f12
- Parents:
- 8b472af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
r8b472af rf030883 15 15 SSLProxyEngine On 16 16 GnuTLSProxyCAFile authority/x509.pem 17 GnuTLSProxyPriorities NORMAL 17 18 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 18 19 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.