On Wed, Jun 23, 2021 at 04:10:13PM +0000, C. G. wrote: > Hi, > > I'm running 6.9 GENERIC#464 amd64 on a VirtualBox 6.1 VM, and I can't get > Apache to work with TLS 1.3. > > It's the release install. > > I've installed Apache from the ports with the FLAVOR=ldap, Apache version is > (output from apachectl -v) : > Server version: Apache/2.4.46 (Unix)
This is expected. While LibreSSL 3.3.2 supports TLSv1.3, it does not yet support the OpenSSL TLSv1.3 API that is necessary for Apache to enable its TLSv1.3 codepaths. Hopefully this API will lan in -current soon so that this will become available in OpenBSD 7.0.
