source: mod_gnutls/test/tests/25_Disable_TLS_1.0/apache.conf @ 97d7c63

asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change on this file since 97d7c63 was 29d3311, checked in by Thomas Klute <thomas2.klute@…>, 7 years ago

New test case regarding priorities: Disable TLS 1.0

This test case is intended as a regression test for Debian bug #754960
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754960). Note that
it tests disabling TLS 1.0 instead of SSL 3.0 because recent GnuTLS
versions do not include the latter in the "NORMAL" priority string to
begin with.

  • Property mode set to 100644
File size: 277 bytes
Line 
1Include ${srcdir}/base_apache.conf
2
3GnuTLSCache dbm cache/gnutls_cache
4
5<VirtualHost _default_:${TEST_PORT}>
6        ServerName      ${TEST_HOST}
7        GnuTLSEnable    On
8        GnuTLSCertificateFile   server/x509.pem
9        GnuTLSKeyFile           server/secret.key
10        GnuTLSPriorities        NORMAL:-VERS-TLS1.0
11</VirtualHost>
Note: See TracBrowser for help on using the repository browser.