asyncioproxy-ticket
Last change
on this file since e5546be was
c33ef88,
checked in by Fiona Klute <fiona.klute@…>, 4 years ago
|
Test suite: Use ciphers, not protocol versions for priority mismatch test
This works around a bug in GnuTLS 3.6.4 (gnutls_priority_set in post
client hello function breaks handshake for clients with TLS versions
before TLS 1.3), see https://gitlab.com/gnutls/gnutls/issues/580
|
-
Property mode set to
100644
|
File size:
275 bytes
|
Line | |
---|
1 | Include ${PWD}/proxy_backend.conf |
---|
2 | |
---|
3 | GnuTLSCache ${BACKEND_CACHE} |
---|
4 | |
---|
5 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
6 | ServerName ${BACKEND_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile server/x509.pem |
---|
9 | GnuTLSKeyFile server/secret.key |
---|
10 | GnuTLSPriorities NORMAL:-AES-256-GCM |
---|
11 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.