Changeset 1fe7cac in mod_gnutls for test/sample_fail.yml
- Timestamp:
- Jan 5, 2020, 5:43:41 AM (2 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 459a982
- Parents:
- 0b3733d
- git-author:
- Fiona Klute <fiona.klute@…> (01/05/20 05:41:39)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/05/20 05:43:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/sample_fail.yml
r0b3733d r1fe7cac 1 # Example: The first TLS connection fails (certificate error), the2 # second succeeds but receives a 404.3 1 - !connection 2 description: 'This TLS connection must fail with a certificate error.' 4 3 gnutls_params: 5 4 - x509cafile=rogueca/x509.pem … … 10 9 reset: yes 11 10 - !connection 11 description: 'TLS connection succeeds, the request receives error 404.' 12 12 gnutls_params: 13 13 - x509cafile=authority/x509.pem 14 14 actions: 15 15 - !request 16 path: / 16 path: /missing-file.txt 17 17 expect: 18 18 status: 404 19 - !connection 20 description: 'This TLS connection must fail with a certificate error.' 21 gnutls_params: 22 - x509cafile=rogueca/x509.pem 23 actions: 24 - !request10 25 path: /test.txt 26 headers: 27 Host: localhost 28 expect: 29 reset: yes
Note: See TracChangeset
for help on using the changeset viewer.