Apache 2.4.43 TLS 1.0 TLS 1.1 not support
Hello
After upgrading the apache version to 2.4.43 after the easyapache 4 update on April 8, the tls 1.0 and tls 1.1 ciphers are invalid.
For this reason, tls 1.0 and tls 1.1 protocol do not work.
Global configuration error log;
The following settings are invalid and were rejected:
- sslciphersuite: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA
-
UPDATE: I solved the problem by changing the cipher to the following, I think the previous cipher list I used is no longer supported. SSLCipherSuite HIGH:!aNULL:!MD5 0 -
Thanks for updating @vacancy glad to see you were able to resolve the issue. 0
Please sign in to leave a comment.
Comments
2 comments