asyncio
Last change
on this file since f363569 was
f363569,
checked in by Fiona Klute <fiona.klute@…>, 23 months ago
|
Tests: Replace authority/imposter with a friendly cat identity
The SNI tests don't need an actual imposter certificate, just one with
a different identity. 09_verify_no_sni_fails_with_wrong_order now
checks for that specific certificate.
|
-
Property mode set to
100644
|
File size:
260 bytes
|
Line | |
---|
1 | !connection |
---|
2 | gnutls_params: |
---|
3 | - x509cafile=authority/x509.pem |
---|
4 | - verify-hostname=meow.test |
---|
5 | - disable-sni |
---|
6 | actions: |
---|
7 | - !request |
---|
8 | path: /test.txt |
---|
9 | headers: |
---|
10 | Host: meow.test |
---|
11 | expect: |
---|
12 | status: 200 |
---|
13 | body: |
---|
14 | exactly: | |
---|
15 | test |
---|
Note: See
TracBrowser
for help on using the repository browser.