Changeset a2d1bb9 in mod_gnutls for test/sample_fail.yml
- Timestamp:
- Dec 4, 2019, 10:14:50 AM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 6d3dc34
- Parents:
- ec63b07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/sample_fail.yml
rec63b07 ra2d1bb9 1 !connection 2 gnutls_params: 3 - x509cafile=rogueca/x509.pem 4 actions: 5 - !request 6 path: / 7 expect: 8 reset: yes 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 TracChangeset
for help on using the changeset viewer.