asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change
on this file since b8b1990 was
b8b1990,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Use fixed DH parameters for tests that log DH prime length in CGI output
Default key and DH parameter sizes vary between GnuTLS versions, so
using the defaults could lead to unexpected output and thus failing
tests. Fixed parameters avoid the problem.
|
-
Property mode set to
100644
|
File size:
491 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include ${srcdir}/cgi_module.conf |
---|
3 | |
---|
4 | GnuTLSCache dbm cache/gnutls_cache |
---|
5 | |
---|
6 | <Directory ${srcdir}/data> |
---|
7 | Options +ExecCGI |
---|
8 | </Directory> |
---|
9 | |
---|
10 | <VirtualHost _default_:${TEST_PORT}> |
---|
11 | ServerName ${TEST_HOST} |
---|
12 | GnuTLSEnable On |
---|
13 | GnuTLSCertificateFile server/x509.pem |
---|
14 | GnuTLSKeyFile server/secret.key |
---|
15 | GnuTLSDHFile ${srcdir}/ffdhe3072.pem |
---|
16 | GnuTLSPriorities NORMAL |
---|
17 | GnuTLSClientCAFile authority/x509.pem |
---|
18 | GnuTLSClientVerify request |
---|
19 | GnuTLSExportCertificates 512 |
---|
20 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.