asynciomain
Last change
on this file since af412db was
747a9c4,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Create a new test for handling client-side handshake errors
Prior to f363569cf5563271019bfb439980c7ad08e5ac30 the test
09_verify_no_sni_fails_with_wrong_order expected the client to reject
the presented certificate. This is rather imprecise for vhost
selection testing, but did exercise an otherwise untested code path:
What happens if the client cancels the handshake?
This commit adds a new test explicitly covering that situation.
|
-
Property mode set to
100644
|
File size:
270 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
4 | |
---|
5 | <VirtualHost _default_:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile authority/server/x509-chain.pem |
---|
9 | GnuTLSKeyFile authority/server/secret.key |
---|
10 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.