asyncioproxy-ticket
Last change
on this file since 079859e was
a2d1bb9,
checked in by Fiona Klute <fiona.klute@…>, 17 months ago
|
https-test-client.py: Support multiple connections in one test config
|
-
Property mode set to
100644
|
File size:
384 bytes
|
Rev | Line | |
---|
[a2d1bb9] | 1 | # Example: The first TLS connection fails (certificate error), the |
---|
| 2 | # second succeeds but receives a 404. |
---|
| 3 | - !connection |
---|
| 4 | gnutls_params: |
---|
| 5 | - x509cafile=rogueca/x509.pem |
---|
| 6 | actions: |
---|
| 7 | - !request |
---|
| 8 | path: / |
---|
| 9 | expect: |
---|
| 10 | reset: yes |
---|
| 11 | - !connection |
---|
| 12 | gnutls_params: |
---|
| 13 | - x509cafile=authority/x509.pem |
---|
| 14 | actions: |
---|
| 15 | - !request |
---|
| 16 | path: / |
---|
| 17 | expect: |
---|
| 18 | status: 404 |
---|
Note: See
TracBrowser
for help on using the repository browser.