Changeset 1d62f86 in mod_gnutls
- Timestamp:
- Aug 24, 2020, 5:37:01 PM (3 years ago)
- Branches:
- asyncio, main, master
- Children:
- db76dd9
- Parents:
- ec26b87
- Location:
- test/tests/01_priorities_config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/01_priorities_config/apache.conf
rec26b87 r1d62f86 17 17 GnuTLSCertificateFile authority/server/x509.pem 18 18 GnuTLSKeyFile authority/server/secret.key 19 GnuTLSPriorities NORMAL:-VERS- TLS-ALL:+VERS-TLS1.319 GnuTLSPriorities NORMAL:-VERS-ALL:+VERS-TLS1.3 20 20 </VirtualHost> -
test/tests/01_priorities_config/test.yml
rec26b87 r1d62f86 20 20 gnutls_params: 21 21 - x509cafile=authority/x509.pem 22 - priority=NORMAL:-VERS- TLS-ALL:+VERS-TLS1.322 - priority=NORMAL:-VERS-ALL:+VERS-TLS1.3 23 23 actions: 24 24 - !request … … 34 34 - x509cafile=authority/x509.pem 35 35 - sni-hostname=test.example.com 36 - priority=NORMAL:-VERS- TLS-ALL:+VERS-TLS1.336 - priority=NORMAL:-VERS-ALL:+VERS-TLS1.3 37 37 actions: 38 38 - !request … … 53 53 - x509cafile=authority/x509.pem 54 54 - sni-hostname=test.example.com 55 - priority=NORMAL:-VERS- TLS-ALL:+VERS-TLS1.255 - priority=NORMAL:-VERS-ALL:+VERS-TLS1.2 56 56 actions: 57 57 - !request
Note: See TracChangeset
for help on using the changeset viewer.