Forum archive
Enable TLS 1.3 on LAMP
Good morning,
I've followed various how-to's on enabling TLS 1.3, however apache is stating that the cipher suites can only be a comma delimited list. I've inserted these:
SSLProtocol -all +TLSv1.3 +TLSv1.2SSLCipherSuite TLSv1.3 TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256 SSLCipherSuite SSL ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256
Is this because of the apache2 version running?
root@lamp .../apache2/mods-available# apache2 -v
Server version: Apache/2.4.25 (Debian)
Server built: 2019-08-19T19:25:31
No worries! I appreciate your insight. I am in no rush to get 1.3 up and running. Gotta love VMware snapshots ;-)
Looking forward to the new TurnKey build!