asyncioproxy-ticket
Last change
on this file since 6fa6095 was
dda0f4a,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Replace comments in test scripts with connection descriptions
|
-
Property mode set to
100644
|
File size:
512 bytes
|
Line | |
---|
1 | !connection |
---|
2 | description: >- |
---|
3 | Check if server and proxy priorities are applied properly. The proxy |
---|
4 | server requries a TLS 1.2 connection, but the backend server is |
---|
5 | configured not to use TLS 1.2. The proxy request must fail and the |
---|
6 | client must receive an error message to pass. |
---|
7 | gnutls_params: |
---|
8 | - x509cafile=authority/x509.pem |
---|
9 | actions: |
---|
10 | - !request |
---|
11 | path: /proxy/test.txt |
---|
12 | expect: |
---|
13 | status: 502 |
---|
14 | body: |
---|
15 | contains: |
---|
16 | - 'Proxy Error' |
---|
17 | - 'Error reading from remote server' |
---|
Note: See
TracBrowser
for help on using the repository browser.