Re: Having trouble enabling TLSv1.3 on httpd(8)

2020-09-03 Thread trondd
On Thu, September 3, 2020 2:18 pm, Parker Ellertson wrote: > According to my understanding of the manpages (specifically > httpd.conf(5) and tls_config_set_protocols(3)), setting up TLSv1.3 > should be just as easy as adding: > > tls { > protocols "TLS_PROTOCOL_TLSv1_3" >

Having trouble enabling TLSv1.3 on httpd(8)

2020-09-03 Thread Parker Ellertson
According to my understanding of the manpages (specifically httpd.conf(5) and tls_config_set_protocols(3)), setting up TLSv1.3 should be just as easy as adding: tls { protocols "TLS_PROTOCOL_TLSv1_3" } to the appropriate server in /etc/httpd.conf . But when I do