Tips, tricks and manuals
Je bent niet ingelogd.
Pagina's: 1
Open console als root en bewerk /etc/letsencrypt/your-ssl.cnf
SSLEngine on
SSLProtocol -all +TLSv1.2 +TLSv1.3
SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-SHA
Open console als root en bewerk openssl.cnf
root@vps# nano /etc/ssl/openssl.cnf
Voeg deze regel toe onderaan in de configuratie van OpenSSL 1.1.1
CipherSuites = TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256
Taadaa!!
Maar helaas... https://datatracker.ietf.org/doc/html/r … ection-9.1
RFC 8446: "A TLS-compliant application MUST implement the TLS_AES_128_GCM_SHA256 cipher suite".
Offline
Pagina's: 1