Changeset 3453f93 in mod_gnutls
- Timestamp:
- Sep 27, 2020, 12:36:30 PM (2 years ago)
- Branches:
- asyncio, master
- Children:
- ae4325e
- Parents:
- 9144517
- Location:
- test
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r9144517 r3453f93 39 39 test-28_HTTP2_support.bash \ 40 40 test-30_ip_based_vhosts.bash \ 41 test-33_vhost_SNI_serveralias_missinghost.bash \42 41 test-34_TLS_reverse_proxy_h2.bash \ 43 42 test-35_client_reauth.bash \ -
test/tests/04_name_based_vhosts/test.yaml
r9144517 r3453f93 118 118 - 'Misdirected Request' 119 119 - 'Server Name Indication (SNI)' 120 121 - !connection 122 description: >- 123 Send SNI for the wildcard ServerAlias of the third vhost, but no 124 Host header (HTTP 1.0). Expect error 421. 125 gnutls_params: 126 - x509cafile=authority/x509.pem 127 - sni-hostname=example.virtual.host 128 actions: 129 - !request10 130 path: /test.txt 131 headers: 132 Connection: close 133 expect: 134 status: 421 135 body: 136 contains: 137 - 'Misdirected Request' 138 - 'Server Name Indication (SNI)' -
test/tests/Makefile.am
r9144517 r3453f93 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 33_vhost_SNI_serveralias_missinghost/apache.conf 33_vhost_SNI_serveralias_missinghost/test.yaml \25 24 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 \ 26 25 35_client_reauth/apache.conf 35_client_reauth/test.yaml \
Note: See TracChangeset
for help on using the changeset viewer.