Estou executando a versão Apache2:
Server version: Apache/2.4.29 (Ubuntu)
Server built: 2018-04-25T11:38:24
Gostaria de habilitar o TLSv1.3 mas recebo o erro abaixo no Apache2 se coloco SSLProtocol TLSv1.2 TLSv1.3
o ssl.conf
arquivo:
# 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.
Não é possível ativar o TLSv1.3 no Apache2 (ainda)?
Eu sei que o Nginx pode fazer isso, mas esta questão visa o Apache2.