Changeset 9144517 in mod_gnutls
- Timestamp:
- Sep 27, 2020, 12:34:08 PM (21 months ago)
- Branches:
- asyncio, master
- Children:
- 3453f93
- Parents:
- bfdba17
- Location:
- test
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rbfdba17 r9144517 39 39 test-28_HTTP2_support.bash \ 40 40 test-30_ip_based_vhosts.bash \ 41 test-32_vhost_SNI_serveralias_mismatch.bash \42 41 test-33_vhost_SNI_serveralias_missinghost.bash \ 43 42 test-34_TLS_reverse_proxy_h2.bash \ -
test/tests/04_name_based_vhosts/test.yaml
rbfdba17 r9144517 13 13 exactly: | 14 14 test 15 15 16 - !connection 16 17 description: >- … … 26 27 exactly: | 27 28 test 29 28 30 - !connection 29 31 description: >- … … 43 45 exactly: | 44 46 test 47 45 48 - !connection 46 49 description: >- … … 59 62 - 'Misdirected Request' 60 63 - 'Server Name Indication (SNI)' 64 61 65 - !connection 62 66 description: >- … … 76 80 exactly: | 77 81 test 82 78 83 - !connection 79 84 description: >- … … 93 98 exactly: | 94 99 test 100 101 - !connection 102 description: >- 103 Send SNI and Host header that are different, but both match the 104 wildcard ServerAlias of the third vhost (*.example.test). Expect 105 error 421. 106 gnutls_params: 107 - x509cafile=authority/x509.pem 108 - sni-hostname=www.example.test 109 actions: 110 - !request 111 path: /test.txt 112 headers: 113 Host: mismatched.example.test 114 expect: 115 status: 421 116 body: 117 contains: 118 - 'Misdirected Request' 119 - 'Server Name Indication (SNI)' -
test/tests/Makefile.am
rbfdba17 r9144517 22 22 28_HTTP2_support/apache.conf 28_HTTP2_support/hooks.py \ 23 23 30_ip_based_vhosts/apache.conf 30_ip_based_vhosts/hooks.py 30_ip_based_vhosts/test.yaml \ 24 32_vhost_SNI_serveralias_mismatch/apache.conf 32_vhost_SNI_serveralias_mismatch/test.yaml \25 24 33_vhost_SNI_serveralias_missinghost/apache.conf 33_vhost_SNI_serveralias_missinghost/test.yaml \ 26 25 34_TLS_reverse_proxy_h2/apache.conf 34_TLS_reverse_proxy_h2/hooks.py 34_TLS_reverse_proxy_h2/backend.conf 34_TLS_reverse_proxy_h2/test.yaml \
Note: See TracChangeset
for help on using the changeset viewer.