Changeset 9144517 in mod_gnutls for test/tests/04_name_based_vhosts/test.yaml
- Timestamp:
- Sep 27, 2020, 12:34:08 PM (20 months ago)
- Branches:
- asyncio, master
- Children:
- 3453f93
- Parents:
- bfdba17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)'
Note: See TracChangeset
for help on using the changeset viewer.