main
mod_gnutls/0.12.0
Last change
on this file since b6ce8ad 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 |
---|
2 | description: >- |
---|
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. |
---|
6 | gnutls_params: |
---|
7 | - x509cafile=authority/x509.pem |
---|
8 | actions: |
---|
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.