- Timestamp:
- Aug 12, 2020, 5:20:36 PM (3 years ago)
- Branches:
- asyncio, main, master
- Children:
- e080eef
- Parents:
- a66b5be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.md
ra66b5be rfacbb08 206 206 MACs and compression methods 207 207 208 GnuTLSPriorities NORMAL:+CIPHER_0: +CIPHER_1:...:+CIPHER_N209 210 Default: `NORMAL `\208 GnuTLSPriorities NORMAL:+CIPHER_0:-CIPHER_1:...:+CIPHER_N 209 210 Default: `NORMAL:-RSA:-VERS-TLS1.0:-VERS-TLS1.1`\ 211 211 Context: server config, virtual host 212 212 … … 216 216 [the GnuTLS documentation](https://gnutls.org/manual/html_node/Priority-Strings.html). 217 217 218 For example, to disable TLS 1.0 use `NORMAL:-VERS-TLS1.0`. 218 Plain RSA, without (EC-)DH, is disabled by default because it doesn't 219 provide forward secrecy, TLS 1.0 and 1.1 have been deprecated as 220 insecure for a long time and are now disabled in most modern web 221 browsers. 219 222 220 223 ### GnuTLSP11Module … … 515 518 methods for proxy connections 516 519 517 GnuTLSProxyPriorities NORMAL:+CIPHER_0: +CIPHER_1:...:+CIPHER_N518 519 Default: `NORMAL `\520 GnuTLSProxyPriorities NORMAL:+CIPHER_0:-CIPHER_1:...:+CIPHER_N 521 522 Default: `NORMAL:-RSA:-VERS-TLS1.0:-VERS-TLS1.1`\ 520 523 Context: server config, virtual host 521 524 … … 796 799 ``` 797 800 798 This gives you an HTTPS site using the GnuTLS `NORMAL` set of 799 ciphersuites. OCSP stapling will be enabled if the server certificate 800 contains an OCSP URI, `conf/tls/site1_cert_chain.pem` contains the 801 issuer certificate in addition to the server's, and 801 This gives you an HTTPS site using the default set of cipher suites 802 (see [`GnuTLSPriorities`](#gnutlspriorities)). OCSP stapling will be 803 enabled if the server certificate contains an OCSP URI, 804 `conf/tls/site1_cert_chain.pem` contains the issuer certificate in 805 addition to the server's, and 802 806 [mod\_socache\_shmcb](http://httpd.apache.org/docs/current/en/mod/mod_socache_shmcb.html) 803 807 is loaded.
Note: See TracChangeset
for help on using the changeset viewer.