Ignore:
Timestamp:
Nov 25, 2015, 4:01:02 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
a08b25e
Parents:
7225749
Message:

Test suite: Don't restrict IP addresses of virtual hosts

The IP addresses the servers started by the test suite listen on are
already restricted by the "Listen" statement in test/base_apache.conf,
so restricting individual virtual hosts only makes changes to those
addresses unnecessarily complicated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf

    r7225749 r3e04c0b  
    33GnuTLSCache dbm cache/gnutls_cache
    44
    5 NameVirtualHost ${TEST_IP}:${TEST_PORT}
     5NameVirtualHost _default_:${TEST_PORT}
    66
    77# In this order, clients with no SNI should get the imposter's key
    88
    9 <VirtualHost ${TEST_IP}:${TEST_PORT}>
     9<VirtualHost _default_:${TEST_PORT}>
    1010 ServerName imposter.example
    1111 GnuTLSEnable On
     
    1515</VirtualHost>
    1616
    17 <VirtualHost ${TEST_IP}:${TEST_PORT}>
     17<VirtualHost _default_:${TEST_PORT}>
    1818 ServerName ${TEST_HOST}
    1919 GnuTLSEnable On
Note: See TracChangeset for help on using the changeset viewer.