Changeset af412db in mod_gnutls


Ignore:
Timestamp:
Sep 27, 2020, 11:53:53 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master
Children:
a21794d
Parents:
747a9c4
Message:

Integrate 29_force_handshake_vhost into 04_name_based_vhosts

Location:
test
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r747a9c4 raf412db  
    3838        test-27_OCSP_server.bash \
    3939        test-28_HTTP2_support.bash \
    40         test-29_force_handshake_vhost.bash \
    4140        test-30_ip_based_vhosts.bash \
    4241        test-31_vhost_SNI_serveralias_match.bash \
  • test/tests/04_name_based_vhosts/test.yaml

    r747a9c4 raf412db  
    4343          exactly: |
    4444            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  
    2121        27_OCSP_server/apache.conf 27_OCSP_server/hooks.py 27_OCSP_server/ocsp.conf 27_OCSP_server/test.yaml \
    2222        28_HTTP2_support/apache.conf 28_HTTP2_support/hooks.py \
    23         29_force_handshake_vhost/apache.conf 29_force_handshake_vhost/test.yaml \
    2423        30_ip_based_vhosts/apache.conf 30_ip_based_vhosts/hooks.py 30_ip_based_vhosts/test.yaml \
    2524        31_vhost_SNI_serveralias_match/apache.conf 31_vhost_SNI_serveralias_match/test.yaml \
Note: See TracChangeset for help on using the changeset viewer.