source: mod_gnutls/test/tests/37_TLS_reverse_proxy_resume_session/test.yaml

main
Last change on this file was 21cd807, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Use .yaml ending for all YAML files

  • Property mode set to 100644
File size: 507 bytes
Line 
1!connection
2description: >-
3  The client sends two requests, each of which must be passed on to
4  the backend server. KeepAlive is disabled on the backend, so the TLS
5  session should be resumed for the second request.
6gnutls_params:
7  - x509cafile=authority/x509.pem
8actions:
9  - !request
10    path: /proxy/test.txt
11    expect:
12      status: 200
13      body:
14        exactly: |
15          test
16  - !request
17    path: /proxy/test.txt
18    expect:
19      status: 200
20      body:
21        exactly: |
22          test
Note: See TracBrowser for help on using the repository browser.