Changeset eb84747 in mod_gnutls for test/tests/21_TLS_reverse_proxy_wrong_cert/test.yml
- Timestamp:
- Dec 7, 2019, 11:41:40 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- 3fbe087
- Parents:
- 0e069b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/21_TLS_reverse_proxy_wrong_cert/test.yml
r0e069b6 reb84747 1 # The reverse proxy can't access the backend (certificate validation2 # fails)3 1 - !connection 2 description: >- 3 The reverse proxy can't access the backend (certificate validation 4 fails) 4 5 gnutls_params: 5 6 - x509cafile=authority/x509.pem … … 14 15 - 'Error reading from remote server' 15 16 16 # Check if the proxy itself works correctly and presents the expected17 # bad certificate18 17 - !connection 18 description: >- 19 Check if the proxy itself works correctly and presents the 20 expected bad certificate 19 21 host: '${BACKEND_HOST}' 20 22 port: '${BACKEND_PORT}'
Note: See TracChangeset
for help on using the changeset viewer.