Changeset c825c3a in mod_gnutls for test/tests/21_TLS_reverse_proxy_wrong_cert
- Timestamp:
- Jul 3, 2019, 1:52:50 AM (19 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 59afe51
- Parents:
- e5546be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
re5546be rc825c3a 7 7 ServerName ${TEST_HOST} 8 8 GnuTLSEnable On 9 GnuTLSCertificateFile 10 GnuTLSKeyFile 9 GnuTLSCertificateFile authority/server/x509.pem 10 GnuTLSKeyFile authority/server/secret.key 11 11 GnuTLSPriorities NORMAL 12 12
Note: See TracChangeset
for help on using the changeset viewer.