Changeset c33ef88 in mod_gnutls for test/tests/23_TLS_reverse_proxy_mismatched_priorities
- Timestamp:
- Sep 28, 2018, 11:22:30 AM (4 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- eb4cab7
- Parents:
- 72b669e
- Location:
- test/tests/23_TLS_reverse_proxy_mismatched_priorities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/23_TLS_reverse_proxy_mismatched_priorities/apache.conf
r72b669e rc33ef88 13 13 GnuTLSProxyEngine On 14 14 GnuTLSProxyCAFile authority/x509.pem 15 GnuTLSProxyPriorities NORMAL:- VERS-TLS-ALL:+VERS-TLS1.215 GnuTLSProxyPriorities NORMAL:-CIPHER-ALL:+AES-256-GCM 16 16 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 17 17 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/backend.conf
r72b669e rc33ef88 8 8 GnuTLSCertificateFile server/x509.pem 9 9 GnuTLSKeyFile server/secret.key 10 GnuTLSPriorities NORMAL:-VERS-TLS1.210 GnuTLSPriorities NORMAL:-AES-256-GCM 11 11 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.