Changeset be2ad50 in mod_gnutls for test/tests/21_TLS_reverse_proxy_wrong_cert/test.yaml
- Timestamp:
- Sep 25, 2020, 4:19:27 PM (21 months ago)
- Branches:
- asyncio, master
- Children:
- f363569
- Parents:
- cbc3477
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/21_TLS_reverse_proxy_wrong_cert/test.yaml
rcbc3477 rbe2ad50 18 18 description: >- 19 19 Check if the proxy itself works correctly and presents the 20 expected bad certificate20 expected untrusted certificate 21 21 host: '${BACKEND_HOST}' 22 22 port: '${BACKEND_PORT}' 23 23 gnutls_params: 24 - x509cafile=authority/x509.pem 25 - verify-hostname=imposter.example 24 - x509cafile=rogueca/x509.pem 26 25 actions: 27 26 - !request
Note: See TracChangeset
for help on using the changeset viewer.