Changeset af412db in mod_gnutls
- Timestamp:
- Sep 27, 2020, 11:53:53 AM (3 years ago)
- Branches:
- asyncio, main, master
- Children:
- a21794d
- Parents:
- 747a9c4
- Location:
- test
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r747a9c4 raf412db 38 38 test-27_OCSP_server.bash \ 39 39 test-28_HTTP2_support.bash \ 40 test-29_force_handshake_vhost.bash \41 40 test-30_ip_based_vhosts.bash \ 42 41 test-31_vhost_SNI_serveralias_match.bash \ -
test/tests/04_name_based_vhosts/test.yaml
r747a9c4 raf412db 43 43 exactly: | 44 44 test 45 - !connection 46 description: >- 47 Send SNI for first vhost (localhost), but a Host header for the 48 second one (vhost.example.com). Expect error 421. 49 gnutls_params: 50 - x509cafile=authority/x509.pem 51 actions: 52 - !request 53 path: /dump.cgi 54 headers: 55 Host: meow.test 56 expect: 57 status: 421 58 body: 59 - 'Misdirected Request' 60 - 'Server Name Indication (SNI)' -
test/tests/Makefile.am
r747a9c4 raf412db 21 21 27_OCSP_server/apache.conf 27_OCSP_server/hooks.py 27_OCSP_server/ocsp.conf 27_OCSP_server/test.yaml \ 22 22 28_HTTP2_support/apache.conf 28_HTTP2_support/hooks.py \ 23 29_force_handshake_vhost/apache.conf 29_force_handshake_vhost/test.yaml \24 23 30_ip_based_vhosts/apache.conf 30_ip_based_vhosts/hooks.py 30_ip_based_vhosts/test.yaml \ 25 24 31_vhost_SNI_serveralias_match/apache.conf 31_vhost_SNI_serveralias_match/test.yaml \
Note: See TracChangeset
for help on using the changeset viewer.