Changeset a21794d in mod_gnutls
- Timestamp:
- Sep 27, 2020, 12:24:15 PM (23 months ago)
- Branches:
- asyncio, master
- Children:
- bfdba17
- Parents:
- af412db
- Location:
- test
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
raf412db ra21794d 39 39 test-28_HTTP2_support.bash \ 40 40 test-30_ip_based_vhosts.bash \ 41 test-31_vhost_SNI_serveralias_match.bash \42 41 test-32_vhost_SNI_serveralias_mismatch.bash \ 43 42 test-33_vhost_SNI_serveralias_missinghost.bash \ -
test/tests/04_name_based_vhosts/test.yaml
raf412db ra21794d 59 59 - 'Misdirected Request' 60 60 - 'Server Name Indication (SNI)' 61 - !connection 62 description: >- 63 Check if the third vhost is available using its non-wildcard 64 ServerAlias. 65 gnutls_params: 66 - x509cafile=authority/x509.pem 67 - sni-hostname=www.domain.test 68 actions: 69 - !request 70 path: /vhost2/test.txt 71 headers: 72 Host: www.domain.test 73 expect: 74 status: 200 75 body: 76 exactly: | 77 test 78 - !connection 79 description: >- 80 Check if the third vhost is available using its wildcard 81 ServerAlias. 82 gnutls_params: 83 - x509cafile=authority/x509.pem 84 - sni-hostname=hello.example.test 85 actions: 86 - !request 87 path: /vhost2/test.txt 88 headers: 89 Host: hello.example.test 90 expect: 91 status: 200 92 body: 93 exactly: | 94 test -
test/tests/Makefile.am
raf412db ra21794d 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 31_vhost_SNI_serveralias_match/apache.conf 31_vhost_SNI_serveralias_match/test.yaml \25 24 32_vhost_SNI_serveralias_mismatch/apache.conf 32_vhost_SNI_serveralias_mismatch/test.yaml \ 26 25 33_vhost_SNI_serveralias_missinghost/apache.conf 33_vhost_SNI_serveralias_missinghost/test.yaml \
Note: See TracChangeset
for help on using the changeset viewer.