Changeset 3e04c0b in mod_gnutls for test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf
- Timestamp:
- Nov 25, 2015, 4:01:02 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- a08b25e
- Parents:
- 7225749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf
r7225749 r3e04c0b 3 3 GnuTLSCache dbm cache/gnutls_cache 4 4 5 NameVirtualHost ${TEST_IP}:${TEST_PORT}5 NameVirtualHost _default_:${TEST_PORT} 6 6 7 7 # In this order, clients with no SNI should get the imposter's key 8 8 9 <VirtualHost ${TEST_IP}:${TEST_PORT}>9 <VirtualHost _default_:${TEST_PORT}> 10 10 ServerName imposter.example 11 11 GnuTLSEnable On … … 15 15 </VirtualHost> 16 16 17 <VirtualHost ${TEST_IP}:${TEST_PORT}>17 <VirtualHost _default_:${TEST_PORT}> 18 18 ServerName ${TEST_HOST} 19 19 GnuTLSEnable On
Note: See TracChangeset
for help on using the changeset viewer.