我正在运行 Apache2 版本:
Server version: Apache/2.4.29 (Ubuntu)
Server built: 2018-04-25T11:38:24
Run Code Online (Sandbox Code Playgroud)
我想使TLSv1.3,但我得到一个错误在下面的Apache2,如果我把SSLProtocol TLSv1.2 TLSv1.3
中ssl.conf
文件:
# apachectl configtest
AH00526: Syntax error on line 79 of /etc/apache2/mods-enabled/ssl.conf:
SSLProtocol: Illegal protocol 'TLSv1.3'
Action 'configtest' failed.
The Apache error log may have more information.
Run Code Online (Sandbox Code Playgroud)
是否无法在 Apache2 中启用 TLSv1.3(还)?
我知道 Nginx 可以做到,但是这个问题针对的是 Apache2。