https://bz.apache.org/bugzilla/show_bug.cgi?id=62413
Bug ID: 62413
Summary: SSLProtocol: Illegal protocol 'TLSv1.3'
Product: Apache httpd-2
Version: 2.4.33
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Not sure if this is not yet allowed however I am trying to do some
testing with openssl 1.1.1 beta thus :
# /usr/local/bin/openssl version
OpenSSL 1.1.1-pre6 (beta) 1 May 2018
Which does support TLS 1.3 class ciphers :
# /usr/local/bin/openssl ciphers -V -tls1_3 -s
0x13,0x02 - TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any
Enc=AESGCM(256) Mac=AEAD
0x13,0x03 - TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any
Enc=CHACHA20/POLY1305(256) Mac=AEAD
0x13,0x01 - TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any
Enc=AESGCM(128) Mac=AEAD
However an attempt to do so results in :
AH00526: Syntax error on line 19 of /usr/local/www/conf/extra/httpd-ssl.conf:
SSLProtocol: Illegal protocol 'TLSv1.3'
Perhaps I need to rebuild apr, apr-util and httpd again ?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]