Changeset f030883 in mod_gnutls for test/tests
- Timestamp:
- Apr 9, 2015, 1:02:39 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 73f6f12
- Parents:
- 8b472af
- Location:
- test/tests
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/19_TLS_reverse_proxy/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}/ -
test/tests/20_TLS_reverse_proxy_client_auth/apache.conf
r8b472af rf030883 17 17 GnuTLSProxyCertificateFile client/x509.pem 18 18 GnuTLSProxyCAFile authority/x509.pem 19 GnuTLSProxyPriorities NORMAL 19 20 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 20 21 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ -
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}/ -
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.