1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

extend with OpenSSL hint

This commit is contained in:
Peter Bieringer 2024-11-14 06:14:45 +01:00
parent 5380629bda
commit 07b7d28323

View file

@ -705,7 +705,7 @@ Default:
##### protocol ##### protocol
Accepted SSL protocol Accepted SSL protocol (maybe not all supported by underlying OpenSSL version)
Example for secure configuration: ALL -SSLv3 -TLSv1 -TLSv1.1 Example for secure configuration: ALL -SSLv3 -TLSv1 -TLSv1.1
Format: Apache SSLProtocol list (from "mod_ssl") Format: Apache SSLProtocol list (from "mod_ssl")
@ -713,7 +713,7 @@ Default: (system default)
##### ciphersuite ##### ciphersuite
Accepted SSL ciphersuite Accepted SSL ciphersuite (maybe not all supported by underlying OpenSSL version)
Example for secure configuration: DHE:ECDHE:-NULL:-SHA Example for secure configuration: DHE:ECDHE:-NULL:-SHA
Format: OpenSSL cipher list (see also "man openssl-ciphers") Format: OpenSSL cipher list (see also "man openssl-ciphers")