Changeset f030883 in mod_gnutls for test/tests/22_TLS_reverse_proxy_crl_revoke
- 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/22_TLS_reverse_proxy_crl_revoke/apache.conf
r8b472af rf030883 16 16 GnuTLSProxyCAFile authority/x509.pem 17 17 GnuTLSProxyCRLFile ${PWD}/crl.pem 18 GnuTLSProxyPriorities NORMAL 18 19 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 19 20 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.